Validation set

Applies to: python, general

A validation set is held-out data used during model development to tune choices without touching the final test set.

train -> fit, validation -> tune, test -> final check

See also: train-test-split, overfitting