Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 747 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 747 Bytes

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