tune_xgboost_plan_project <- drake_plan(
tune_xgboost = target(
tune_wrapper(
learner = lrn_xgboost_proj,
tune.control = tune_ctrl_xgboost, show.info = TRUE,
par.set = ps_xgboost, resampling = resampl_inner,
measure = list(rmse), task = task_7_most_imp
)
)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.