Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 800 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 800 Bytes

Credit_Card_Default_Prediction

It consists of 3 models each with around 80% accuracy in detection of credit card defaults. One feeds in an excel file of customer information with the required features and gets either 'safe' or 'default' values as prediction. It also visualizes the patterns and correlations between the various features of the dataset

Requirements

Python version 3.7-3.8 install streamlit install seaborn install pickle

Run the Web App

Excute the command streamlit run credit_card.py in your cmd or terminal

Acknowledgements

Lichman, M. (2013). UCI Machine Learning Repository [http://archive.ics.uci.edu/ml]. Irvine, CA: University of California, School of Information and Computer Science. The original dataset can be found at the UCI Machine Learning Repository.