Pipeline Operators
Objects of class PipeOp
are the building blocks to compose linear machine learning pipelines and non-linear Graphs
. The base objects are implemented in mlr3pipelines.
The mlr3 ecosystem has a new package mlr3inferr that allows to construct confidence intervals for the generalization error.
Objects of class PipeOp
are the building blocks to compose linear machine learning pipelines and non-linear Graphs
. The base objects are implemented in mlr3pipelines.