Skip to content

DarquesM/Machine-Learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to my machine-learning repo

Kaggle's Porto Seguro safe driver competition:

Solution to this classification problem using different techniques : logistic regression, XGBoost classifier and DNN (tensorflow). Features selection is performed with ExtraTreesClassifier, and PCA can be used if the data is binarized (leading to too many features).

Data preprocessing is done with a specific class.

Kaggle's Titanic competition:

This model combines algorithms such as : RandomForestClassifier, AdaBoosClassifier, DecisionTreeClassifier, SVM, KNN. For the final prediction EnsembleVotingClassifier is used. Best score is 0.79904

Kaggle's House price competition:

This model combines several regression techniques LASSO, Elastic Net, Gradient Boosting, AdaBoost, XGBoost. Best score is **~ 0.1250**

MLBox is a python automated machine-learning library, written by Axel de Romblay

For more details see GitHub Flavored Markdown.

About

Storing my ML algorithms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published