Section 01
Introduction to the Practical Credit Card Fraud Detection Project
This article introduces an end-to-end machine learning project for credit card fraud detection. It uses SMOTE sampling technique to address data imbalance issues, compares XGBoost and LightGBM models, and ultimately achieves an AUPRC score of 0.8815. The project covers the entire workflow including feature engineering, model training, and evaluation, providing a reference for similar problems.