Skip to content

Analyzing past data and predicting whether or not a defaulter will repay back the loan in future.

License

Notifications You must be signed in to change notification settings

jayantkp/Loan-Repayment-Prediction-using-Keras-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Loan Repayment

OBJECTIVE:

Given historical data on loans given out with information on whether or not the borrower defaulted (charge-off), I built a model that can predict whether or nor a borrower will pay back their loan. This way in the future when we get new potential customers,we can assess whether or not they are likely to pay back the loan.

There were lots of challlenges that I faced while preparing the data for model building. There were 300000+ records and 70+ features, so I had to remove some features which were not particularly useful. The most difficult and the most important task was to preprocess and visualize the data as that gave me an idea about the dataset before model building and evaluation.

Finally the model was built using Keras.
Dataset: https://www.kaggle.com/wordsforthewise/lending-club

About

Analyzing past data and predicting whether or not a defaulter will repay back the loan in future.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published