CrossValidationExperimentResult<TMetrics> Class
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.
Result of an AutoML experiment that includes cross validation details.
public class CrossValidationExperimentResult<TMetrics>
type CrossValidationExperimentResult<'Metrics> = class
Public Class CrossValidationExperimentResult(Of TMetrics)
Type Parameters
- TMetrics
Metrics type for the experiment (like BinaryClassificationMetrics).
- Inheritance
-
CrossValidationExperimentResult<TMetrics>
Fields
BestRun |
Best run in this experiment. |
RunDetails |
Details of the cross validation runs in this experiment. |