Spotle - Ai Data Science Final Capstone Project Building An Credit Card Analyser Using Decision Tree Classifier
Spotle - Ai Data Science Final Capstone Project Building An Credit Card Analyser Using Decision Tree Classifier
Spotle - Ai Data Science Final Capstone Project Building An Credit Card Analyser Using Decision Tree Classifier
BY :
shazib rahman
objective:
To build a custom Credit Risk Analyzer, using a decision tree model, which will predict the
suspected credit card defaulters among the new applicants.
DATA:
Now if we talk about the dataset given it consist 13
columns and 12 columns are independent variable and the
last one is dependent variable and the last variable will
tell us whether the card user is defaulter or not.
In the above picture you can see the values and the
column names
techniques used
Result
1. I have used to criterian of decision tree i.e. entropy
and then gini.
2.accuracy score for entropy is 81 % whereas for gini it
is 80 % approx