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
I've looked in dials and parsnip and I can't find what mtry actually defaults to. Does it with count=F correspond to xgboost's colsample_bynode?
I believe for random forests, mtry default is sqrt(# features), but xgboost by default uses all columns.