-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Parameter name Consistency in FastTree #2375
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@abgoswam Can you please take a look at this? and verify the same for all other trainers available in the catalog. |
We should go one step further and take up the larger task of verifying a unified naming scheme for all parameters across all components before the v1.0 release. After the release renaming parameters will be difficult. |
Also related to #2172 to bring consistency in naming convention. |
It will be a part of #2617. |
machinelearning/src/Microsoft.ML.FastTree/FastTreeArguments.cs
Line 528 in 4bb3e00
Should this be LearningRate? The Options have it named wrongly.
The named parameter for the FastTree is named correctly as learningRate.
machinelearning/src/Microsoft.ML.FastTree/TreeTrainersCatalog.cs
Line 34 in 4bb3e00
It would be great if you can check the same with all the trainers and transforms. i.e the named parameters(in the method) resemble the Actual Property name(in the options). In my opinion these all should be consistent. In case of named params (camel case) and for actual Property (of course is pascal case)
The text was updated successfully, but these errors were encountered: