H13-311_V3.5 · Question #23
If a model has a large deviation on the test set and a small variance, it means that the model?
The correct answer is D. Underfitting. Large deviation on the test set means the model's predictions are far from the true values (high bias), while small variance means the model produces consistent but consistently wrong predictions regardless of the input data. This combination - high bias, low variance - is the…
Question
If a model has a large deviation on the test set and a small variance, it means that the model?
Options
- AOverfitting
- BMay be overfitting may be underfitting
- CJust fit
- DUnderfitting
How the community answered
(56 responses)- A13% (7)
- B4% (2)
- C5% (3)
- D79% (44)
Explanation
Large deviation on the test set means the model's predictions are far from the true values (high bias), while small variance means the model produces consistent but consistently wrong predictions regardless of the input data. This combination - high bias, low variance - is the textbook definition of underfitting, where the model is too simple to capture the underlying pattern in the data.
Option A (overfitting) is wrong because overfitting produces low bias on training data but high variance - the model memorizes noise and performs inconsistently on unseen data. Option B is wrong because the specific pairing of high deviation and low variance is not ambiguous; it points unambiguously to underfitting. Option C (just fit) is wrong because a well-fitted model would have both low deviation and low variance.
Memory tip: Pair the two terms with their problems - high Bias means the model is far off (think B for "Bad aim, every shot misses the same way"), high Variance means it is unstable. Large deviation maps to high bias, which always signals underfitting.
Topics
Community Discussion
No community discussion yet for this question.