Skip to content

Comparing Logistic regression, Support vector machine, Decision tree, Random forest and Gradient Boosting models for binary classification ML problem using scikit-learn.

Notifications You must be signed in to change notification settings

sudhan-bhattarai/Machine_Learning_01Classification_scikit-learn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Machine-Learning-binary-classification

Comparing Logistic regression, Support vector machine, Decision tree, Random forest and Gradient Boosting models for binary classification ML problem.

This project is about modeling a binary classification ML algorithm. This project uses 80/20 train test split with KFolds equals to 5 for cross validation. First step is the data processing. Secondly, Fitting the data into Logistic regression, Support vector machine, Decision tree, Random forest and Gradient Boosting. Storing the F1-scores for train data and solver of each model. Finally, choosing the best model based on best test score.

Releases

No releases published

Packages

No packages published