mlr-org / mlr3pipelines

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

double-arrow-operator that automatically avoids ID-clashes. #687

Open mb706 opened 2 years ago

mb706 commented 2 years ago

e.g. how about %>>|%

mb706 commented 1 year ago

e.g. graph_a %>>|% graph_b %>>% graph_c %>>|% graph_d would potentially modify IDs in graph_b and graph_d, but keep IDs in graph_a and graph_c predictable.