View source: R/PipelineMCBoost.R
ppl_mcboost | R Documentation |
Wraps MCBoost in a Pipeline to be used with mlr3pipelines
.
For now this assumes training on the same dataset that is later used
for multi-calibration.
ppl_mcboost(learner = lrn("classif.featureless"), param_vals = list())
learner |
(mlr3) |
param_vals |
|
(mlr3pipelines) Graph
## Not run:
library("mlr3pipelines")
gr = ppl_mcboost()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.