-
Notifications
You must be signed in to change notification settings - Fork 1.9k
[Meta Issue] Changing defaults #4749
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
Assigning @gvashishtha for triage. |
The default text recipe in TLC uses TF. I believe the current default in ML․NET is also TF, so no changes needed for that. |
Changing a default parameter value is an acceptable change. Just be sure you still support the old default value - for example if the old default was ‘null’ and you change it to a non-null default, you still should support ‘null’ values. |
First of all, is this a breaking change? @terrajobst suggested it is an acceptable breaking change #2305 (comment), @eerhardt commented that is was decided that changing defaults is acceptable #2305 (comment)
Change the following defaults based on results from @justinormont:
Update default n-gram length for Text Transform to match default text recipe #2870
FeatirizeText
default n-grams lengths to match default text recipe:Change default # of iterations in Averaged Perceptron to 10 #2305
AveragedPerceptron
default iterations from 1 to 10RowGroupColumnName of ranking trainers options class defaults to null #3365
RowGroupColumnName
inFastTree
andLightGbm
ranking trainerOptions
classes:null
->'GroupId'
Options
class, where the default is'GroupId'
null
everywhere or'GroupId'
everywhere.cc: @harishsk @justinormont @gvashishtha @eerhardt
The text was updated successfully, but these errors were encountered: