A financial services firm wants to use AI to detect fraudulent transactions. They have a dataset with 1% fraudulent and 99% legitimate transactions. Which THREE actions should they take to address class imbalance? (Select THREE.)
F1 score balances precision and recall and is robust to imbalance.
Why this answer
Class imbalance can be addressed by resampling (oversampling minority, undersampling majority), using class weights, or using metrics like F1 that consider precision and recall.