mlr-org / mlr3learners

Recommended learners for mlr3
https://mlr3learners.mlr-org.com
GNU Lesser General Public License v3.0
89 stars 14 forks source link

fix: remove incorrect (but non bug causing) code #249

Closed sebffischer closed 2 years ago

sebffischer commented 2 years ago

See this issue: https://github.com/mlr-org/mlr3extralearners/issues/225 We essentially passed NULL as the feature names although we did not need it anyway

sebffischer commented 2 years ago

@be-marc I think this can be merged