Skip to content

Predicting whether the candidate should be granted loan or not using ML model

Notifications You must be signed in to change notification settings

vinrok/LoanPredictionApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LoanPrediction

Binary classification (Y/N) -- On the basis of input taken from users, predicting whether user will be granted loan or not.

Accepting from the users following inputs:

  • Gender
  • Married
  • Dependents
  • Education
  • Self Employed
  • Loan Amount
  • Applicant Income
  • Coapplicant Income
  • Loan Amount Term
  • Credit History

When user clicks on predict, the model will perform execution and return result in the form of binary classification i.e. Y/N

For this, I used Pycaret library to perform EDA, feature importance and then model building further compared various models such as-

  • GradientBoost classifier
  • Logistic Regression
  • RandomForest Classifier
  • XGBoost, etc..

Finally, f1-score, accuracy for GradientBoost classifier was comparatively better.

About

Predicting whether the candidate should be granted loan or not using ML model

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published