learner_project_plan <- drake_plan(
lrn_xgboost_proj = target(
makeLearner("regr.xgboost",
par.vals = list(
objective = "reg:squarederror",
eval_metric = "error"
)
)
)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.