-
Notifications
You must be signed in to change notification settings - Fork 30
move mtry_prop
from rules to dials
#233
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
Conversation
Bumping version so we can require a specific dev version of this package in `rules`. :)
Update: I don't think bonsai actually needs to make use of the |
have we settled on the API where the default is mtry is a count but you can switch to a proportion with If so, would it make sense to switch |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I spoke with Max and the plan is now:
- update rules to use the counts API tidymodels/rules#55
- move
mtry_prop()
from rules to dials so it's still usable/maintained but add a note that our convention is to use counts and encourage people to use that as well when developing extensions.
Could you add such a note, please?
Thanks for the review. :) Added a docs section clarifying our convention there. |
This pull request has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue. |
So that bonsai need not take on a rules dependency for this parameter!
Bumping version so we can require a specific dev version of this package in
rules
. Will be accompanied by a PR to rules shortly. :)