RunDetail 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.
Details about an AutoML experiment run.
public abstract class RunDetail
type RunDetail = class
Public MustInherit Class RunDetail
- Inheritance
-
RunDetail
- Derived
Remarks
In trying to produce the best model, an AutoML experiment evaluates the quality of many models on a dataset. This object contains information about each model tried during the AutoML experiment.
Properties
Estimator |
An ML.NET IEstimator<TTransformer> that represents the pipeline in this run. |
RuntimeInSeconds |
Runtime in seconds. |
TrainerName |
String name of the trainer used in this run. (For instance, |