Section 01
Introduction to XGBoost-Based Online Payment Fraud Detection System
This article introduces an end-to-end online payment fraud detection project. It corely uses the XGBoost algorithm, adopts SMOTE oversampling and scale_pos_weight parameter tuning to address the problem of highly imbalanced financial data, optimizes recall rate, and implements production deployment via Streamlit. It forms a complete closed loop from data processing to model application, providing a practical solution for financial risk control.