Skip to content

daliaydom/Classifier-to-predict-whether-a-loan-case-will-be-paid-off

Repository files navigation

Classifier to predict whether a loan case will be paid off

Final Assignment

In this project a classifier is build to predict whether a loan case will be paid off or not.

The historical dataset from previous loan applications is cleaned and then, different calssification algorithm are applied, such as:

  • 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

Libraries requiered:

  • Itertools
  • Numpy
  • Matplotlib
  • Pandas
  • Sklearn
  • Seaborn

Files requiered:

  • loan_train.csv
  • loan_test.csv

About

Course 9 of 10 in the IBM Data Science Specialization

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published