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

feat: add callbacks and catn function #73

Closed sebffischer closed 2 years ago

sebffischer commented 2 years ago

I removed the as_callback helper because in the current version it did not have access to self, therefore making information sharing between steps impossible.