Explain how separating a reviewed subset from an untouched subset can reveal overfitting during error analysis.
Question: In a concise analytical response, explain why repeatedly checking the same reviewed subset can lead to overfitting and how keeping a separate untouched subset helps detect it.
Sample answer: If developers keep studying one reviewed subset, their tuning choices can gradually fit that subset too closely. A separate untouched subset provides a second reference point that is not used for manual inspection. If performance looks better on the reviewed subset than on the untouched subset, that gap suggests the team may be overfitting to the cases they keep examining.
Key points:
- Repeated review can cause the examined subset to be fit too closely
- A separate subset is kept untouched by manual inspection
- The untouched subset gives an independent reference for tuning
- A gap between the two subsets can reveal overfitting from analysis
Rubric: A strong response explains that frequent manual inspection can bias tuning toward the reviewed cases, describes the role of the untouched subset as an independent check, and connects a performance gap to overfitting caused by the analysis process.
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
Human-Review Dev Set
Blackbox Dev Set
Use the Full Dev Set When It Is Too Small to Split
Why split a development set into a review subset and a tuning subset?
Does examining part of a dev set more closely increase the risk of overfitting to it?
The hands-off portion of the dev set can still be used to tune _____.
Match each dev-set idea with its role or consequence.
Order the reasoning for managing a dev set that is too large to inspect fully by hand.
Explain how separating a reviewed subset from an untouched subset can reveal overfitting during error analysis.
How should a team organize a large validation set with many mistakes?
How are the two parts of a split dev set used?
Which result suggests a model has been tuned too closely to the hand-checked subset?
If a development set is too small to divide into separate analysis and tuning subsets, using the full set for both purposes is a reasonable choice.