CrossValidationExperimentResult<TMetrics>.BestRun Field
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.
Best run in this experiment.
public readonly Microsoft.ML.AutoML.CrossValidationRunDetail<TMetrics> BestRun;
val mutable BestRun : Microsoft.ML.AutoML.CrossValidationRunDetail<'Metrics>
Public ReadOnly BestRun As CrossValidationRunDetail(Of TMetrics)
Field Value
Remarks
AutoML considers the optimizing metric (like OptimizingMetric) when determining the best run.