Skip to content

This repo illustrate the example of credit score prediction using different algorithm model from sklearn for classifying whether the person have good or bad credit score.

Notifications You must be signed in to change notification settings

hrishivib/credit-risk-score-prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Problem statement:
Credit risk score prediction for the data which have different attribute type like 
- categorical and numerical(ratio), 
- potentially sensitive  or protected  attributes like gender, race, age. 
- dealing with imbalanced data like class labels with varying distribution 

Experimented with different machine learning algorithms by using sklearn package.


About code:
Function for decision tree is on line no. 68
Function for random forest is on line no. 129
Function for knn is on line no. 143
Function for gaussian naive bayes is on line no. 171
Function for xgboost classifier is on line no. 179

About

This repo illustrate the example of credit score prediction using different algorithm model from sklearn for classifying whether the person have good or bad credit score.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages