You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// <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.
The text was updated successfully, but these errors were encountered:
We have this class which is base class for all(almost except KMeans) Trainers.Options
machinelearning/src/Microsoft.ML.Data/EntryPoints/InputBase.cs
Line 42 in d4f2dcf
In trainer catalog we use following names:
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.
The text was updated successfully, but these errors were encountered: