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
{{ message }}
This repository has been archived by the owner on Jan 6, 2022. It is now read-only.
What you show has to be a par.set with already evaluated expressions. As you can see here all have data dependent values for mtry. Only min.node.size is fixed.
Well it's always hard to decide for a default. Mostly just "copied" what they use in caret to have a base that can easily be improved 😉.
Actually I don't know if I would like the full possible range for mtry for tuning. An interval around the default value seems to be more useful from my perspective. Or do you have experiences where the tuned setting was close to the extremes?
Reasonable, but that reminds me of the sentence I heard one "If hyperparameter tuning is your answer, then your preprocessing probably sucks". I do not fully agree but in this case: Doing "hyperparameter tuning" to find out that only one variable has influence is not good practice.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I looked up your default parameter space for ranger and this is not really suitable for bigger datasets.
So I put my own par.configs:
Maybe wanna change the default values to this values? I am thinking about which to use in the benchmark study. ;)
I already uploaded them via
The text was updated successfully, but these errors were encountered: