Skip to content

kouji175/Predict_Credit_Application_Result

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Predict_Credit_Application_Result

Commercial banks receive a lot of applications for credit cards. Many of them get rejected for many reasons, like high loan balances, low income levels, or too many inquiries on an individual's credit report, for example. Manually analyzing these applications is mundane, error-prone, and time-consuming (and time is money!). Luckily, this task can be automated with the power of machine learning and pretty much every commercial bank does so nowadays. In this notebook, I'm building an automatic credit card approval predictor using machine learning techniques, just like the real banks do.

Data Processing Workflow:

  • Data Inspection
  • Data Validation
  • Missing value imputation
  • Numerical and Categorical data
  • Encoding

Machine Learning:

  • Train Test split of data
  • Label encoding
  • Feature scaling
  • Logistics Regression model
  • Preformance analysis: Confusion matrix
  • Model tuning: GridSearchCV

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published