Splits and Validation
Know
A model must be judged on data it has not seen. A separate validation set absorbs tuning decisions so the test set stays uncontaminated.
Apply
Tune on validation, report on test, and touch the test set once.
Watch out
Tuning against the test set, which turns an unbiased estimate into an optimistic one.
Study move
Explain what each of the three splits is for in one sentence apiece.
