Skip to content

In this project, I have built a classifier to predict whether a loan case will be paid off or not. I've loaded a historical dataset from previous loan applications, clean the data, and applied different classification algorithm on the data. Following algorithms are used to build the models: k-Nearest Neighbour, Decision Tree, Support Vector Mach…

Notifications You must be signed in to change notification settings

abhisheksuraj21/The-Best-Classifier-Machine-Learning-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

The Best Classifier

In this project, I have built a classifier to predict whether a loan case will be paid off or not. I've loaded a historical dataset from previous loan applications, clean the data, and applied different classification algorithm on the data. Following algorithms are used to build the models: k-Nearest Neighbour, Decision Tree, Support Vector Machine, Logistic Regression. The result is reported as the accuracy of each classifier, using the following metrics when these are applicable: Jaccard index, F1-score and LogLoss.

About

In this project, I have built a classifier to predict whether a loan case will be paid off or not. I've loaded a historical dataset from previous loan applications, clean the data, and applied different classification algorithm on the data. Following algorithms are used to build the models: k-Nearest Neighbour, Decision Tree, Support Vector Mach…

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published