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
Related to #2873 about weight column's name in trainers. I personally feel the current exampleWeightColumnName is too long and weightColumnName is clear enough. In addition, the definition of example is ambiguous in ML.NET as it can also be a code sample of a module.
Just by looking at StandardLearnersCatalog.cs I found a lot of inconsistent naming for the binary classification trainer arguments.
Below are the many naming variations that need to be conflated (both in extension method signatures and the Options properties):
I haven't checked yet, but it's probably the case for other trainers. There's probably more of these inconsistencies.
The text was updated successfully, but these errors were encountered: