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
use_xgboost() only uses 6 of the 8 possible tuning parameters (i.e. mtry and stop_iter are not tune()d).
Is that a deliberate choice (if so, could/should be documented?) or an oversight?
Or am I just missing something?
Sort of deliberate. mtry requires the user to know the number of predictors (which might not be obvious). We can't make a default for that so it was left out.
For stop_iter, I view that as an alternate method for tuning. I would only tune that ortrees but not both.
use_xgboost()
only uses 6 of the 8 possible tuning parameters (i.e.mtry
andstop_iter
are nottune()
d).Is that a deliberate choice (if so, could/should be documented?) or an oversight?
Or am I just missing something?
Session info
The text was updated successfully, but these errors were encountered: