powered by
Creates a Graph from mlr_graphs from given ID
Graph
mlr_graphs
ppl(key, ...)
[character(1)] The key of the Graph in mlr_graphs.
[character(1)]
any Additional parameters to give to constructed object. This may be an argument of the constructor of the underlying function.
any
# NOT RUN { library("mlr3") gr = ppl("bagging", graph = po(lrn("regr.rpart")), averager = po("regravg", collect_multiplicity = TRUE)) # }
Run the code above in your browser using DataLab