Aakkash24 / Credit-card-risk-prediction

This model predicts the risk of your credit account based on the set of values enteres

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Credit-card-risk-prediction

This model predicts the risk of your credit account based on the set of values entered

The fields are: Age (numeric) Sex (text: male, female) Job (numeric: 0 - unskilled and non-resident, 1 - unskilled and resident, 2 - skilled, 3 - highly skilled) Housing (text: own, rent, or free) Saving accounts (text - little, moderate, quite rich, rich) Checking account (numeric, in DM - Deutsch Mark) Credit amount (numeric, in DM) Duration (numeric, in month) Purpose (text: car, furniture/equipment, radio/TV, domestic appliances, repairs, education, business, vacation/others)

This is a classification based Machine learning model(prediction) and hence I have used DecisionTreeClassifier model to perform the operation

About

This model predicts the risk of your credit account based on the set of values enteres


Languages

Language:Python 100.0%