AppliedAIPrep logoAppliedAI/Prep
📊 Evaluation & ML Foundations
Core

Imbalanced Data and Resampling

Imbalanced data is when one class is rare (fraud, churn, disease), so a model that predicts only the majority scores high accuracy while being useless. The fixes are resampling, class weighting, and threshold moving, plus picking the right metric. Applied AI interviews probe it because nearly every real classification problem is skewed, and the trap of resampling the test set or trusting accuracy is common.

a free account unlocks the core curriculum tier · no card
RELATED CONCEPTS
PRACTICE THIS IN REAL QUESTIONS
COMPANIES THAT ASSUME THIS
NEXT IN EVALUATION & ML FOUNDATIONSHandling Missing and Corrupted Data