Skip to content

Predicting the likelihood of an individual paying off their loan using scikit-learn

License

Notifications You must be signed in to change notification settings

isados/loan-status

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Loan Status Prediction

As part of the Machine Learning with Python Course by IBM on Coursera, the following Jupyter notebook is my project submission that aims to use the following classifiers to predict the likelihood of an indivifual paying off their loan. Each of the models given below outputs a single label 'PAIDOFF' or 'COLLECTION'

Models used:

  • K-Nearest Neighbors
  • Decision Tree
  • Support Vector Machine
  • Logistic Regression

The description and steps taken to do the modeling is dictated in the notebook.

About

Predicting the likelihood of an individual paying off their loan using scikit-learn

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published