Explain the bias-variance tradeoff.
MLWhy it's #1
Asked in 80%+ of ML interviews. Tests fundamental understanding of model performance. Expected at: Google, Amazon, Meta, any ML role.
Quick Answer
Bias = underfitting (too simple). Variance = overfitting (too complex). Goal = find the sweet spot. Total Error = Bias² + Variance + Noise.
💡 Deep dive: ML Fundamentals Q1