BinaryExperimentSettings.OptimizingMetric Property

Definition

Metric that AutoML will try to optimize over the course of the experiment.

public Microsoft.ML.AutoML.BinaryClassificationMetric OptimizingMetric { get; set; }
member this.OptimizingMetric : Microsoft.ML.AutoML.BinaryClassificationMetric with get, set
Public Property OptimizingMetric As BinaryClassificationMetric

Property Value

The default value is Accuracy.

Applies to