TrainerEstimatorBase<TTransformer,TModel>.LabelColumn Field
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.
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