M. Zacky
Universitas Islam Negeri Sultan Syarif Kasim Riau, Indonesia

Published : 1 Documents Claim Missing Document
Claim Missing Document
Check
Articles

Found 1 Documents
Search

Classification of A Credit Card Fraud Detection Model Using XGBoost with Smote and Gridsearchcv Optimization Amelia Rahmadani; M. Zacky; John Paaul Michael
IJATIS: Indonesian Journal of Applied Technology and Innovation Science Vol. 2 No. 2 (2025): IJATIS August 2025
Publisher : Institut Riset dan Publikasi Indonesia (IRPI)

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.57152/ijatis.v2i2.2273

Abstract

The development of digital technology has motivated rapid growth in online transactions, so the increase in the volume of digital transactions also increases the risk of credit card fraud, particularly in transactions where a card is not present. By employing the Extreme Gradient Boosting (XGBoost) method in conjunction with the Synthetic Minority Over-sampling Technique (SMOTE) to solve class imbalance and fine-tuning model parameters using GridSearchCV, this study aims to improve a fraud detection system. The dataset, which consists of anonymized credit card transactions, presents a stark imbalance with fraudulent cases accounting for only 0.172% of the data. The study involves several stages: preprocessing the data, balancing class distribution, training the model, and evaluating its performance through metrics such as F1-score, precision, recall, accuracy, and AUC-ROC. Implementation of SMOTE proved effective in enhancing the representation of rare fraud cases without introducing overfitting, while GridSearchCV identified the most effective parameter configuration. The resulting model achieved top-tier performance with 100% accuracy, 0.81 precision, 0.85 recall, an F1-score of 0.83, and an AUC-ROC of 0.979, indicating strong capability in distinguishing fraudulent from legitimate transactions. The novelty of this study lies in the systematic integration of SMOTE, XGBoost, and GridSearchCV into a unified pipeline designed to address extreme class imbalance in real-world credit card transactions. Unlike previous studies that focused solely on algorithm comparison or hyperparameter tuning, this research emphasizes reducing false negatives, which pose the greatest financial and reputational risks. The findings not only demonstrate superior performance metrics but also provide practical contributions for financial institutions, regulators, and e-commerce platforms in developing scalable, reliable, and adaptive fraud detection systems