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: allow prototype arguments #92

Closed sebffischer closed 8 months ago

sebffischer commented 10 months ago

Some objects have required construction arguments. When converting a dictionary to a data.table, these prototype arguments can be used for construction

mllg commented 9 months ago

LGTM