Validation Set
Version 1.0.0 · Updated 2026-07-30
CORE DEFINITION
Data split: training set / validation set / test set. Purpose: hyperparameter tuning and model selection, not used for final evaluation. Prevent overfitting: the model cannot 'see' the data used for final evaluation.
SCAFFOLDING EFFECT
Reduce cognitive load
Ensure the model's generalization ability. Performing well on 'known data' doesn't count; it must also perform well on 'unseen data'.
Anchor fast decisions
The validation set is a subset of data used during training for hyperparameter tuning, model selection, and early stopping, separated from the training set to avoid test set leakage. It estimates the model's performance on data that has been 'seen' but not used for training.
MINIMUM ACTION
In progress 0/4Practice this model in one real situation:
account_treeGenealogyexpand_more
menu_bookReferencesexpand_more
Source support: Explicit
- zh.wikipedia.orghttps://zh.wikipedia.org/wiki/%E8%AE%AD%E7%BB%83%E9%9B%86%E3%80%81%E9%AA%8C%E8%AF%81%E9%9B%86%E5%92%8C%E6%B5%8B%E8%AF%95%E9%9B%86verified
PRIVATE NOTES · Only visible to you
SAVED Q&A
ENTRY Q&A · Private saving available
Ask with a clear boundary
thinkingmodels answers from published entry context only.
Your question is sent to thinkingmodels. The answer uses public entry context only.
RELATED MODELS