-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Closed
Copy link
Labels
APIIssues pertaining the friendly APIIssues pertaining the friendly API
Milestone
Description
We have this class which is base class for all(almost except KMeans) Trainers.Options
| public abstract class LearnerInputBase |
In trainer catalog we use following names:
/// <param name="labelColumnName">The name of the label column.</param>
/// <param name="featureColumnName">The name of the feature column.</param>
/// <param name="rowGroupColumnName">The name of the group column.</param>
/// <param name="exampleWeightColumnName">The name of the example weight column (optional).</param>
It doesn't feel right to have this names in catalog and have other names in options class.
So we should make them consistent and update LearnerInputBase class to ones we use in catalog.
Metadata
Metadata
Assignees
Labels
APIIssues pertaining the friendly APIIssues pertaining the friendly API