Skip to content

"The best classifier" assignment from Machine Learning with Python course by IBM in Coursera

Notifications You must be signed in to change notification settings

krishnasandeep09/ML_With_Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

ML_With_Python

"The best classifier" assignment from Machine Learning with Python course by IBM in Coursera

Loads a historical dataset from previous loan applications, cleans the data, and applies different classification algorithm on the data. The following algorithms are used to build the models:

k-Nearest Neighbour
Decision Tree
Support Vector Machine
Logistic Regression

The results are reported as the accuracy of each classifier, using the following metrics when these are applicable:

Jaccard index
F1-score
LogLoss

About

"The best classifier" assignment from Machine Learning with Python course by IBM in Coursera

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published