Validation and test data held out from training: To produce this evidence, on which data should the decisive
Generalization is demonstrated by evaluating on validation and test data held out from training.
The question
A team wants evidence that its model will generalize to new inputs rather than merely memorizing its training examples. To produce this evidence, on which data should the decisive evaluation be run?
Preparing for AIGP? Take the free 5-min readiness quiz →
- The full training dataset reused for scoring, since evaluating on all examples yields the largest sample.Plausible but wrong: scoring on training data rewards memorization and inflates results, so it cannot demonstrate generalization.
- Validation and test data held out from training, so measured performance reflects how the model behaves on inputs it has not seen. ✓Correct: evaluating on held-out validation and test data is how a team gauges generalization to unseen inputs.
- A synthetic dataset generated to mirror the training data's statistics, so evaluation avoids any dependence on real held-out records.Plausible but wrong: synthetic data echoing training statistics still fails to show behavior on genuinely unseen real inputs.
- Only the small subset of edge cases the team found hardest, since strong results there imply the model handles everything else well.Plausible but wrong: a hand-picked edge-case slice is not a representative held-out set and cannot establish overall generalization.
The trap
Judging generalization from training-set or non-representative data instead of a held-out validation/test set. How to remember it
Generalization is demonstrated by evaluating on validation and test data held out from training.
How many of these would you get right?
One of 1581 AIGP questions on Certsqill. Take a free five-minute check and see your score per domain — not one number, but which section to open tonight.
Test your AIGP readiness — freeMore Understanding How to Govern AI Development questions
- Establishing provenance by documenting the data's origin: Applying data governance, which practice most →
- Document the proxy-bias and overfitting findings: Which action best fits a training-and-testing →
- A record of datasets: Which artifact most directly satisfies this need? →
- All 426 Understanding How to Govern AI Development questions →
Part of the Certsqill AIGP question bank · Understanding How to Govern AI Development ·
Every answer, right and wrong, comes with its own explanation.