A machine learning project for predicting credit card default using various classifiers and hyperparameter tuning techniques.
This project aims to predict credit card defaults using machine learning models. The dataset includes various features like customer information and financial behavior, which are used to predict the likelihood of a customer defaulting on a loan.
Built machine learning pipelines using XGBoost, logistic regression, random forests, and boosted trees for credit default prediction
Engineered features to improve model performance, such as scaling, binning, and encoding categorical data
Evaluated models using F1-score and hyperparameter tuning to optimize performance
The project involved the following steps:
F1-score
Precision
Recall
The project demonstrated an F1-score of 0.535, reflecting a balance between precision and recall for credit card default classification. The XGBoost model performed particularly well after hyperparameter tuning and feature engineering.