vinrok / LoanPredictionApp

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:HTML 60.7%Language:CSS 26.5%Language:Python 12.8%