mlr-org / mlr3

mlr3: Machine Learning in R - next generation
https://mlr3.mlr-org.com
GNU Lesser General Public License v3.0
914 stars 84 forks source link

feat: respect prototype arguments in dict -> dt conversion #966

Closed sebffischer closed 5 months ago

sebffischer commented 9 months ago

Previously, when adding learners with construction arguments that do not have defaults (such exist in mlr3torch), the Dictionary -> data.table conversion stopped working.

sebffischer commented 9 months ago