A drawbridge office splits historic opening logs three ways: one pile to fit weights, one pile to choose among a few training recipes, and a locked-away pile used once at the end. What is each pile for?
Select an answer to reveal the explanation.
Short Explanation
Train fits the weights, validation picks among recipes, and test reports once. Fitting on every pile, swapping the roles, or treating splits as CUDA work misses those jobs.
Full Explanation
Train fits parameters, validation compares training recipes, and test is a locked report used once. Fitting on every pile, swapping the roles, or treating splits as CUDA or cluster work misses those jobs.