Learn Before
Why a Lack of Matching Training Data Can Block Improvement
Question: In a data-mismatch setting, why can performance improvement become unclear if you cannot obtain training examples that resemble the dev set?
Sample answer: When the training distribution is different from the dev distribution, the model may fail because it has not learned from examples like the ones it will be judged on. The most direct fix is to add or create training data that is closer to the dev set. If that is not possible, then the main cause of the error is still untouched. Since this kind of adaptation does not come with a guaranteed remedy, you may reach a point where no obvious data or modeling change is left to close the gap.
Key points:
- A mismatch is best addressed by making training examples more like the dev examples.
- Without such data, the model cannot learn the target distribution well.
- Improving performance in this situation is not guaranteed.
Rubric: The essay should explain that the absence of matching training data prevents the model from learning the target distribution and leaves no certain direct fix.
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 may happen if you cannot obtain training data that better matches your validation set?
A Mismatch Always Has a Clear Fix
If no additional data can be gathered that better matches the dev set, the route to better performance may not be _____ at first.
Match each data-mismatch idea with the statement that best describes it.
Order the reasoning steps when hard dev examples appear to come from data mismatch.
Why a Lack of Matching Training Data Can Block Improvement
Case Study: Model Improvement Hits a Dead End in Retail Forecasting
Is Success Guaranteed When Seeking Better-Matched Training Data?
What is the most accurate description of handling a training–target data mismatch?
True or False: If you cannot collect training data that better reflects the real-world setting, improving performance may become difficult or stall.