ppl {mlr3pipelines} | R Documentation |
Shorthand Graph Constructor
Description
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 Graph
s.
Usage
ppl(.key, ...)
ppls(.keys, ...)
Arguments
.key |
|
... |
|
.keys |
|
Value
Graph
(for ppl()
) or list
of Graph
s (for ppls()
).
Examples
library("mlr3")
gr = ppl("bagging", graph = po(lrn("regr.rpart")),
averager = po("regravg", collect_multiplicity = TRUE))
[Package mlr3pipelines version 0.6.0 Index]