Question: Which model selection technique involves comparing multiple models based on their performance on a validation set?
Options:
Correct Answer: Grid Search
Solution:
Grid Search is a model selection technique that systematically works through multiple combinations of parameter tunes, cross-validating as it goes to determine which tune gives the best performance.