AAISM · Question #45
Which of the following datasets is used to tune hyperparameters?
The correct answer is A. Validation. Per AAISM's ML lifecycle controls, hyperparameter tuning is performed on the validation set, reserving the test set strictly for final, unbiased performance estimation. The training set is used to fit parameters; the validation set guides model selection and hyperparameter optimi
Question
Which of the following datasets is used to tune hyperparameters?
Options
- AValidation
- BTest
- CConfiguration
- DTraining
How the community answered
(66 responses)- A86% (57)
- B5% (3)
- C2% (1)
- D8% (5)
Explanation
Per AAISM's ML lifecycle controls, hyperparameter tuning is performed on the validation set, reserving the test set strictly for final, unbiased performance estimation. The training set is used to fit parameters; the validation set guides model selection and hyperparameter optimization; the test set is untouched until the end to prevent leakage and optimistic bias. "Configuration" is not a dataset type in the lifecycle split.
Topics
Community Discussion
No community discussion yet for this question.