| ppl | R Documentation |
Creates a Graph from mlr_graphs from given ID
ppl() taks a character(1) and returns a Graph. ppls() takes a character
vector of any list and returns a list of possibly muliple Graphs.
ppl(.key, ...)
ppls(.keys, ...)
.key |
|
... |
|
.keys |
|
Graph (for ppl()) or list of Graphs (for ppls()).
library("mlr3")
gr = ppl("bagging", graph = po(lrn("regr.rpart")),
averager = po("regravg", collect_multiplicity = TRUE))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.