← All categories

Interview · flashcards
Supervised Learning
Classification, regression, evaluation and the classic bias-variance interview questions.
easyfundamentalsevaluation
What is the bias-variance tradeoff?
Click, press Space or use the button below to reveal the answer
Interview-style answer
- Bias is error from wrong assumptions (underfitting).
- Variance is error from sensitivity to training data (overfitting).
- Total generalization error decomposes as where is the irreducible noise.
- You reduce bias with more complex models or better features, and reduce variance with more data, regularization, or ensembling.
- The tradeoff means you can rarely minimize both at once.
Click again to flip back
1 / 215
Shortcuts: Space/Enter flip · ← / → navigate · K = known · R = review