The used dateset was from previous loan applications, tasks doen are cleaning the data, and applying different classification algorithm on data.
following algorithms are used to build the models:
-
k-Nearest Neighbour
-
Decision Tree
-
Support Vector Machine
-
Logistic Regression
The results is reported as the accuracy of each classifier, using the following metrics when these are applicable:
-
Jaccard index
-
F1-score
-
LogLoass
The model were trained on Loan_Train.CSV and they were tested on different dataset i.e. Loan_Test.CSV
The was the final project for Machine Learning course by IBM on coursera.