mlr-org / mlr3

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

as.data.table class #934

Closed sebffischer closed 1 year ago

sebffischer commented 1 year ago

The classes that we added for the nice printer make our data.tables behave weirdly. (E.g. a user adds a column but this is then not printed). I think we should do something about this.

mllg commented 1 year ago

We will switch to the new printer in data.table as soon as it is available. In the meantime, I don't see how we can solve this.