What a 10% train error, 11% train-dev error, and 12% dev error reveal
Question: A classifier has a 10% error rate on the training set, an 11% error rate on a separate training-dev set, and a 12% error rate on the development set. What does this pattern suggest is the model’s main problem, and why?
Sample answer: The model is mainly limited by bias. The training error is already fairly large, and the training-dev and development errors are only slightly higher. That tells us the model is not fitting the training data well enough, so the first issue to address is underfitting or avoidable bias rather than variance.
Key points:
- Identifies bias, especially avoidable bias, as the dominant issue.
- Explains that the model is doing poorly even on the training data.
- Uses the small increases from training to training-dev to development error to show that variance is not the main bottleneck.
Rubric: Answers should identify high bias or avoidable bias and explain that the core weakness is poor performance on the training set, noting that the small differences among the three error rates indicate variance is a secondary concern.
0
1
Tags
Machine Learning
Deep Learning
Supervised Learning
Dive into Deep Learning @ D2L
Data Science
Machine Learning Strategy
Machine Learning Yearning @ DeepLearning.AI
Related
What does a pattern of 10% training error, 11% training-dev error, and 12% dev error most strongly suggest?
High training error signals poor fit on the training set
What type of bias is suggested when training error stays high?
Match each error metric in this classifier-debugging scenario to its correct value or diagnosis.
Diagnose High Bias from Three Error Rates
What does a tiny gap between training error and training-dev error indicate?
A model with 10% error on training data, 11% error on a training-like holdout set, and 12% error on the development set is mainly overfitting.
If training error is far worse than training-dev error, the model is doing poorly on the _____ set.
Diagnosing Error Sources from Training and Development Gaps
Diagnosing a High-Bias Model from Three Similar Error Rates
What a 10% train error, 11% train-dev error, and 12% dev error reveal
Diagnosing a model with 14% training error, 15% train-dev error, and 16% dev error
Recognizing the Bias Pattern in the Error Rates