Skip to content

xpersky/credit_risk_predictor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

credit_risk_predictor

Simple credit risk predictor from scratch

Dataset from : https://www.kaggle.com/kabure/predicting-credit-risk-model-pipeline/data

Explaination of algorithm:

  1. Loading dataset
  2. Normalize data dimensions
  3. Setting well-fitted centroids
  4. Making 3d visualisation of data divided into clusters
  5. Training each perceptron for the corresponding cluster
  6. Making a test of predictor
  7. Letting you input your own data and predict the credit risk

Enjoy :)

About

Simple credit risk predictor from scratch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages