Closed kkmann closed 3 years ago
@mllg I think the problem somehow pops up when putting the ResultsData together
https://github.com/mlr-org/mlr3/blob/6a9359b9ea6948dce1b4a511f8f0343f63e20285/R/ResultData.R#L57
the data.table magic is hard to decypher
Hey @kkmann, sorry for taking so long to get back to you. Thanks for debugging this already.
The problem seems to be that mlr3 tries to as.list the python objects. See https://github.com/mlr-org/mlr3/issues/569 This bug was recently introduced when result objects where restructured.
This should be fixed once the upstream problem is fixed.
@kkmann Fixed, update data.table
and this should run now!
Hi,
I played around with the vignette
I get the following error
here is my traceback
and my session info