train_xgboost_plan_project <- drake_plan(
train_xgboost_project = target(
train_wrapper("regr.xgboost",
tune_object = tune_xgboost,
task = task_7_most_imp
)
)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.