You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Python-powered decision tree builder and visualizer that explores attribute selection using Entropy (ID3 style) and Gini Index (CART style). Features include: custom metric calculation (using Information Gain and Gini Index), recursive tree construction, and Graphviz-based visualization for intuitive interpretation of decision boundaries.
It takes date and time to forcast weather information condition. A simple predection project of machine learning with Python. It is trained by a dataset taken from kaggle.
На основании сырых данных с параметрами добычи и очистки золотоносной руды построить прототип модели для предсказания коэффициента восстановления золота из золотоносной руды с лучшей метрикой sMAPE.
This repository contains an in-depth exploratory data analysis (EDA) and training of various machine learning models on the famous Titanic dataset. The models tested include Logistic Regression, Support Vector Machine (SVM), and Decision Tree. Additionally, pipelines for the Decision Tree and Logistic Regression models have been created and saved.
На основании данных о геологоразведке построить модели прогноза запасов нефтяных скважин для регионов, выбрать регион для разработки с приемлемым порогом риска безубыточности и наиболее перспективными ресурсами.
На основании данных о поведении клиентов построить модель с максимально большим значением accuracy для задачи классификации, которая предложит подходящий тариф.
На основании данных о поведении клиентов построить модель с максимально большим значением F1 для задачи классификации, которая будет определять клиентов, склонных к оттоку.
Exercise on Linear and Logistic Regressions, Random Forest, and Decision Trees. It involves three datasets, covering variable identification, data visualization, linear regression modeling, logistic regression for real estate feasibility, and creating a decision tree regressor for predictions.