kanika214 / Credit-card-defaulters

based on classification models

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Credit-Card-Default-Prediction

AlmaBetter Verfied Project - AlmaBetter School

-----------------------------------------------------

📋 Summary

This project is aimed at predicting the case of customers default payments in Taiwan.

From the perspective of risk management, the result of predictive accuracy of the estimated probability of default will be more valuable than the binary result of classification; 'credible' or 'not credible' clients.

The project has been conducted in 5 steps:

  1. Data Cleaning
  2. Exploratory Data Analysis (EDA)
  3. Data Transformation
  4. Model Building and Evaluation
  5. Hyperparameter Tuning

Based on following ML-classification models:-

  1. Logistic Regression
  2. Decision Tree
  3. Random forest
  4. XG Boost image

CONCLUSION

  1. After performing the various model we get the best accuracy form the all the models except random forest.
  2. Random Forest is the least accurate as compared to other models as it shows overfitting of the model.
  3. XG boost and Logistic regression has the best precision and recall Balance.
  4. Higher recall can be achieved if low precision is acceptable.
  5. We can deploy the model and can be served as an aid to human decision.
  6. Model can be improved with more data and computational resources.
  7. It is important to have models deployed on the cloud with live customer interaction through app or mobile phone so that suspicious activities/a missed payment can be verified real-time with a text message or a push notification.

About

based on classification models


Languages

Language:Jupyter Notebook 100.0%