RunDetail Class

Definition

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, "LightGbm".)

Applies to