Imbalanced Classification & Cost-Sensitive Machine Learning addresses the extreme sample skew (fraud positive prevalence
<0.01%∼0.1%, ratios exceeding
1:10,000) and highly asymmetric misclassification costs in financial risk modeling; it operates across 3 synergistic tiers: 1) Data Resampling (SMOTE oversampling and EasyEnsemble/BalanceCascade bagged negative downsampling); 2) Loss Re-weighting via Focal Loss
FL(pt)=−αt(1−pt)γln(pt) (dynamically suppressing gradients from easy legitimate negatives to focus capacity on hard fraud cases); 3) Cost-Sensitive Decision Matrices that explicitly quantify the asymmetric business penalties of False Positives (user friction/churn) vs False Negatives (unrecoverable financial chargebacks) to calibrate optimal threshold cutoffs.