Is nest + rsample::bootstraps + unnest the same as rsample::group_bootstraps?
I noticed that group_bootstraps
is fairly slow compared to bootstraps
.
rsample group_bootstrap is ~2000 times slower than bootstrap. Why?
The package rsample contains a function for bootstrapping and another function which allows bootstrapping on groups of the data.