+This project presents a credit card fraud detection system built for a highly imbalanced dataset derived from European cardholder transactions in September 2013. The simulated data includes 503,936 transactions, of which only 961 (0.19%) are fraudulent. To tackle this challenge, the approach integrates an ensemble of XGBoost, LightGBM, and a Multi-Layer Perceptron (MLP), resulting in an ROC AUC score of 0.82. This evaluation metric was chosen to emphasize the accurate ranking of rare fraud cases over legitimate ones—an essential consideration given the significant class imbalance.
0 commit comments