Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 1.98 KB

README.md

File metadata and controls

36 lines (28 loc) · 1.98 KB

Credit applicant classification

GitHub last commit GitHub code size in bytes GitHub Repo stars GitHub watchers

💳 Classifying credit applicants [Presentation][Report]

The goal of this study is to determine, in an automated manner, whether new applicants present good or bad credit risk. Several machine learning models are trained to classify applicants based on their credit rating. A random forest is found to be the best performing model, which ascertains the checking account status, credit duration, credit history, average balance in savings account, and credit amount, to be the most decisive information for classification.

Tested ML models:

  • Logistic regression
  • Neural networks
  • Decision trees
  • Random forest
  • LDA
  • KNN
  • SVM
  • Naive-Bayes
  • Combination

alt text

alt text

alt text