Which technique handles class imbalance by adjusting the loss function?
- A Class weights
- B Feature scaling
- C Principal component analysis
- D Cross-validation
Answer
Class weights
Class weighting is usually the first thing to try. Resampling with SMOTE or undersampling and threshold tuning are the alternatives.





