mlr-org / mlr3misc

Miscellaneous helper functions for mlr3
https://mlr3misc.mlr-org.com
GNU Lesser General Public License v3.0
11 stars 2 forks source link

added multioutput formula #53

Closed Coorsaa closed 3 years ago

Coorsaa commented 3 years ago

formulate function is now able to create formulas with multiple targets, e.g.

formulate(c("Pepal.Width", "Petal.Length"), c("Sepal.Width", "Sepal.Length"))
> Pepal.Width + Petal.Length ~ Sepal.Width + Sepal.Length