Quiz on Grid Search Method
Evaluate your understanding of a grid search method.
1
How many combinations of hyperparameters will be created from the following parameter distribution?
penalty=['l2', 'l1]
C=[0.01, 0.1, 1.0, 10.0]
solver=['lbfgs', 'liblinear']
A)
8
B)
16
C)
24
D)
36
Question 1 of 50 attempted
Get hands-on with 1400+ tech skills courses.