Skip to content

Using Machine Learning to predict loan outcome risk to help banks with decision lending.

Notifications You must be signed in to change notification settings

abednarz210/Supervised_Machine_Learning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Credit Risk Evaluator Machine Learning: Supervised

Predicting Credit Risk

Build a machine learning model that attempts to predict whether a loan from LendingClub will become high risk or not.

Machine Learning

Background

LendingClub is a peer-to-peer lending services company that allows individual investors to partially fund personal loans as well as buy and sell notes backing the loans on a secondary market. LendingClub offers their previous data through an API. Using this data to create machine learning models to classify the risk level of given loans. Specifically, comparing the Logistic Regression model and Random Forest Classifier.

Preprocessing

  • Convert categorical data to numeric
  • Consider the models
  • Create and compare two models on this data: a logistic regression, and a random forest classifier.
  • Fit a LogisticRegression model and RandomForestClassifier model

Results

The Random Forest Classifier Model after scaling performed better than the Logistic Regression model when scaled as previously predicted. The inital Random Forest Classifer training score was 0.79 and test score was 1.0.

Credit Score

References

LendingClub (2019-2020) Loan Stats. Retrieved from: https://resources.lendingclub.com/ https://medium.com/@amirmehrbakhsh/credit-scores-2-0-how-ai-and-machine-learning-will-revamp-how-we-evaluate-credit-worthiness-f97d5e1e6de1 https://medium.com/henry-jia/how-to-score-your-credit-1c08dd73e2ed

About

Using Machine Learning to predict loan outcome risk to help banks with decision lending.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published