Skip to content

Latest commit

 

History

18 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages