
Answer-first summary for fast verification
Answer: 300
In a 3-fold Cross-Validation combined with a grid search over a hyperparameter space, the total number of model runs is calculated by multiplying the number of folds by the product of the parameter values. Here, the parameter combinations are 2 (A) * 5 (B) * 10 (C) = 100. Multiplying by the 3 folds gives a total of 300 model runs.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
Imagine you're setting up a 3-fold Cross-Validation with a grid search across a hyperparameter space that includes 2 values for parameter A, 5 for parameter B, and 10 for parameter C. How many total model runs will this configuration execute? Select the single best answer.
A
18
B
50
C
100
D
300
E
None of the above
No comments yet.