Quiz on Grid Search Method

Evaluate your understanding of a grid search method.

We'll cover the following...
Technical Quiz
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


1 / 5