Share via


RecommendationExperimentSettings.OptimizingMetric Property

Definition

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

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

Property Value

The default value is RSquared.

Applies to