Quiz 8 Question 1 of 20

The remaining pool is cut into k parts (often 5 or 10). Each part is the validation slice once while the others train; scores are averaged; the winning hyperparameters then refit on the whole pool and are judged once on the holdout. Folds are usually random and often stratified when classes are thin. How does that differ from a single static validation slice?

Select an answer to reveal the explanation.

Motivation