Section 01
Practical Guide to Credit Card Fraud Detection: In-depth Comparison of Random Forest and Class Imbalance Handling (Introduction)
This project is a hands-on initiative for machine learning beginners, developed by WangareCeline. It deeply explores class imbalance issues in credit card fraud detection by comparing three methods: baseline random forest model, SMOTE oversampling, and class weight adjustment. Using the Kaggle Credit Card Fraud Dataset, the project reveals the important conclusion that simple baseline models may outperform complex strategies in specific scenarios, providing a reference for similar problems.