mlr-org / mlr3pipelines

Dataflow Programming for Machine Learning in R
https://mlr3pipelines.mlr-org.com/
GNU Lesser General Public License v3.0
140 stars 25 forks source link

fix: Connecting a channel of a multi-output pipeop #673

Closed sebffischer closed 1 year ago

sebffischer commented 2 years ago

Before, it was impossible to connect a channel of a PipeOp with > 1 output channel with > 1 input channel of a different PipeOp. Subsetting using ..output[get("src_id")] recycles the list correspondingly