Q4Machine Learning
Question
2 marks
Explain the bias-variance trade-off.
Answer
It is the balance between a model's simplicity (bias) and its flexibility (variance) to minimize total error.
High bias can cause an algorithm to miss the relevant relations between features and target outputs (underfitting). High variance can cause an algorithm to model the random noise in the training data (overfitting).