BinaryExperimentSettings.OptimizingMetric Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.