multidplyr icon indicating copy to clipboard operation
multidplyr copied to clipboard

Implementation of `slice_sample()` for bootstrapping?

Open drpradeepharish opened this issue 2 years ago • 1 comments

I was wondering if "slice_sample()" from tidyverse could be implemented in multidplyr please?

I have to bootstrap per group a very large dataset (~20 million observations) and it would be great to implement in this! Otherwise R just keeps crashing when I try to do it in one big batch.

drpradeepharish avatar Sep 12 '23 10:09 drpradeepharish

Thanks for the suggestion! Will definitely consider it when I'm next working on multidplyr.

hadley avatar Oct 31 '23 17:10 hadley