Skip to content

Credit Scoring models—Decision Tree, Support Vector Machine, K-Nearest Neighbors, and Logistic Classification—have been implemented from scratch.

Notifications You must be signed in to change notification settings

dhruvxx/CreditScorerX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CreditScorerX

To run the files

$ python3 main.ipynb

Credit Scoring models—Decision Tree, Support Vector Machine, K-Nearest Neighbors, and Logistic Classification—have been implemented from scratch to assist in data-driven lending decisions.

The implementations of the models can be found in the models folder. The classifiers are imported to the main.ipynb file for modularity and easier maintenance.

Results

Accuracy

  1. Support Vector Machine - 83.33%
  2. Decision Tree - 82.50%
  3. Linear Classification - 82.33%
  4. K-Nearest Neighbors - 81.50%

forthebadge

About

Credit Scoring models—Decision Tree, Support Vector Machine, K-Nearest Neighbors, and Logistic Classification—have been implemented from scratch.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published