This is a machine learning web app built using Streamlit that predicts whether a credit card user will default on their payment next month, based on various personal and financial features.
Financial institutions need to assess credit risk before issuing credit. This app uses historical data to predict the likelihood of a customer defaulting on their credit card payment the following month.
π Features
Interactive Streamlit UI
Real-time predictions using a trained Random Forest model
Scaled numeric features and properly encoded categorical inputs
Clean, intuitive layout for non-technical users
π Model Info
Algorithm: Random Forest Classifier
Preprocessing: StandardScaler for feature scaling
Trained On: default_of_credit_card_clients.xls dataset (UCI repository)