PrimaryMetricGoal Enum

Defines supported metric goals for hyperparameter tuning.

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 in the HyperDriveConfig class when you configure a HyperDrive run.

Inheritance
PrimaryMetricGoal

Constructor

PrimaryMetricGoal(value)

Fields

MAXIMIZE
MINIMIZE