mlr3pipelines icon indicating copy to clipboard operation
mlr3pipelines copied to clipboard

Propagate PipeOp properties along graph

Open mb706 opened this issue 3 years ago • 2 comments

I think we need a generalized version of this: https://github.com/mlr-org/mlr3pipelines/issues/306 where we propagate things like input / output type or multiplicity status (and maybe other things?).

mb706 avatar Aug 28 '20 13:08 mb706

We should also think about how / where to represent the resulting information about pipeops and their edges.

mb706 avatar Aug 28 '20 13:08 mb706

related but also complicated: propagate properties of a Learner to the GraphLearner

sumny avatar Oct 10 '20 15:10 sumny