Overview
What this work focused on
A fraud-detection study comparing classical ML models, ensemble methods, and a CNN on large-scale transaction data.
This research compared several machine learning approaches for fraudulent transaction prediction on a dataset with more than 6.3 million rows. The work included preprocessing, feature selection, and evaluation across logistic regression, random forest, XGBoost, stacking, and CNN models, with an emphasis on comparing tradeoffs rather than treating any single model as universally best.
A fraud-detection study comparing classical ML models, ensemble methods, and a CNN on large-scale transaction data.