-
Notifications
You must be signed in to change notification settings - Fork 0
hrishivib/credit-risk-score-prediction
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published