TrainerInputBaseWithGroupId 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.
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
-
TrainerInputBaseWithGroupId
- 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. |