You plan to use Hyperdrive to optimize the hyperparameters selected when training a model

Posted by: Pdfprep Category: DP-100 Tags: , ,

HOTSPOT

You plan to use Hyperdrive to optimize the hyperparameters selected when training a model.

You create the following code to define options for the hyperparameter experiment:

For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE: Each correct selection is worth one point.

Answer: Explanation:

Box 1: No

max_total_runs (50 here)

The maximum total number of runs to create. This is the upper bound; there may be fewer runs when the sample space is smaller than this value.

Box 2: Yes

Policy EarlyTerminationPolicy

The early termination policy to use. If None – the default, no early termination policy will be used.

Box 3: No

Discrete hyperparameters are specified as a choice among discrete values. choice can be:

✑ one or more comma-separated values

✑ a range object

✑ any arbitrary list object

Leave a Reply

Your email address will not be published.