Lukas Burk

Results 53 comments of Lukas Burk

Observations from implementing this for my use case where the `as.data.table(Resampling)` is stored as CSV: - I needed to ensure the dt is keyed appropriately (`data.table::fread(..., key = c("set", "iteration"))`)...

Motivation here was something I do for the survival benchmark: Load tasks, then either - Instantiate resamplings on tasks and write resamplings to disk as portable format for future reproducibility...

For completeness sake, this also affects [`future`](https://github.com/HenrikBengtsson/future/blob/792c1cb208d353f7a31f072b54bd7e1145836113/R/rng_utils.R#L63-L67) I think.