mlr3pipelines icon indicating copy to clipboard operation
mlr3pipelines copied to clipboard

Graph should support in-place operations

Open mb706 opened this issue 11 months ago • 0 comments

In many cases the objects in a graph have some kind of in-place option, and in fact we often explicitly clone objects to avoid this. It is necessary in general, since the "same" object could be given to multiple PipeOps. However, the Graph should know about this and should control pipeops in some way: the last pipeop that gets some object is allowed to modify it in-place. There should be a way to avoid this, in particular when "keep results" is given.

mb706 avatar Aug 25 '23 09:08 mb706