When using XGBoost with early stopping and mlr3mbo, I'm running into an error Error: Learner (regr.xgboost): Configure field 'validate' to enable early stopping. See https://github.com/mlr-org/mlr3mbo/issues/163 for a reprex.
@sebffischer has poked at it (see thread on MM), indicating that a fix would involve mlr3tuning as well.
When using XGBoost with early stopping and
mlr3mbo
, I'm running into an errorError: Learner (regr.xgboost): Configure field 'validate' to enable early stopping
. See https://github.com/mlr-org/mlr3mbo/issues/163 for a reprex.@sebffischer has poked at it (see thread on MM), indicating that a fix would involve
mlr3tuning
as well.