MulticlassExperimentSettings.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.MulticlassClassificationMetric OptimizingMetric { get; set; }
member this.OptimizingMetric : Microsoft.ML.AutoML.MulticlassClassificationMetric with get, set
Public Property OptimizingMetric As MulticlassClassificationMetric
Property Value
The default value is MicroAccuracy.