ExperimentResult<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.
public class ExperimentResult<TMetrics>
type ExperimentResult<'Metrics> = class
Public Class ExperimentResult(Of TMetrics)
Type Parameters
- TMetrics
Metrics type for the experiment (like BinaryClassificationMetrics).
- Inheritance
-
ExperimentResult<TMetrics>
Fields
BestRun |
Best run in this experiment. |
RunDetails |
Details of the runs in this experiment. |