RecommendationExperimentSettings.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.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.