Section 01
[Introduction] Insurance Fraud Detection: A Practical Machine Learning Project Using Random Forest and SMOTE
This article introduces a practical machine learning project applied to insurance fraud detection. To address the class imbalance problem caused by the scarcity of fraud cases, the project uses the Random Forest algorithm combined with SMOTE oversampling technology. The final model achieves an AUC-ROC score of 84%, and an interactive web application is built via Streamlit to facilitate business implementation.