-
-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Converters for Resampling <-> data.table #1162
base: main
Are you sure you want to change the base?
Conversation
Observations from implementing this for my use case where the
|
@mllg can you please describe what this supposed does or solve? |
i mean, i can see what happens in the code. i think this is good, if we test and doc this well |
i would add a small feature like this: |
Motivation here was something I do for the survival benchmark: Load tasks, then either
or, if resamplings are already stored on disk:
That way the the stored resamplings are always "the truth", which is nice because I found that instantiating resamplings with a set seed in a loop over the tasks was not so smart because excluding a task then changes the RNG state for subsequent instantiations. |
@berndbischl @mllg What's the status here? |
No description provided.