primary_metric_goal: Define supported metric goals for hyperparameter tuning

Description Usage Arguments Value

View source: R/hyperdrive.R

Description

A metric goal is used to determine whether a higher value for a metric is better or worse. Metric goals are used when comparing runs based on the primary metric. For example, you may want to maximize accuracy or minimize error.

The primary metric name and goal are specified to hyperdrive_config() when you configure a HyperDrive run.

Usage

1

Arguments

goal

A string of the metric goal (either "MAXIMIZE" or "MINIMIZE").

Value

The PrimaryMetricGoal object.


azuremlsdk documentation built on Oct. 23, 2020, 8:22 p.m.