TrainerInputBaseWithGroupId Class

Definition

The base class for all trainer inputs that support a group column.

public abstract class TrainerInputBaseWithGroupId : Microsoft.ML.Trainers.TrainerInputBaseWithWeight
type TrainerInputBaseWithGroupId = class
    inherit TrainerInputBaseWithWeight
Public MustInherit Class TrainerInputBaseWithGroupId
Inherits TrainerInputBaseWithWeight
Inheritance
Derived

Fields

ExampleWeightColumnName

Column to use for example weight.

(Inherited from TrainerInputBaseWithWeight)
FeatureColumnName

Column to use for features.

(Inherited from TrainerInputBase)
LabelColumnName

Column to use for labels.

(Inherited from TrainerInputBaseWithLabel)
RowGroupColumnName

Column to use for example groupId.

Applies to