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
fix: Hyperparameter set of lrn("classif.ranger") and lrn("regr.ranger").
Remove alpha and minprop hyperparameter.
Remove default of respect.unordered.factors.
Change lower bound of max_depth from 0 to 1.
Remove se.method from lrn("classif.ranger").
fix: validation for learner lrn("regr.xgboost") now works properly. Previously the training data was used.
feat: add weights for logistic regression again, which were incorrectly removed in a previous release (#265).
BREAKING CHANGE: When using internal tuning for xgboost learners, the eval_metric must now be set.
This achieves that one needs to make the conscious decision which performance metric to use for early stopping.
BREAKING CHANGE: Change xgboost default nrounds from 1 to 1000.