TrainerEstimatorBase<TTransformer,TModel>.LabelColumn Field

Definition

The label column that the trainer expects. Can be null, which indicates that label is not used for training.

public readonly Microsoft.ML.SchemaShape.Column LabelColumn;
val mutable LabelColumn : Microsoft.ML.SchemaShape.Column
Public ReadOnly LabelColumn As SchemaShape.Column 

Field Value

Applies to