Skip to content
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

bootstrap times parameter #94

Closed
SewerynGrodny opened this issue Nov 3, 2021 · 3 comments · Fixed by #119
Closed

bootstrap times parameter #94

SewerynGrodny opened this issue Nov 3, 2021 · 3 comments · Fixed by #119

Comments

@SewerynGrodny
Copy link

Hi,
it would be useful to add to blend_predictions function a times parameter, when it use bootstraps.
I not necessary need to boostraps it 25 time. Sometimes I just need to get initial results.

resamples = rsample::bootstraps(dat),

Thanks, for stacks packages, it's great.

Seweryn

@simonpcouch
Copy link
Collaborator

Note to future self: similar idea in http://varianceexplained.org/r/sliced-ml/!

@mattwarkentin
Copy link

I would also endorse being able to control the number of bootstraps() for blend_predictions(). Either via ..., times, or perhaps a new control_blend() which maybe could supplant the default of control_grid() since control_grid() has arguments that blend_predictions() has to protect against (i.e. extract).

@github-actions
Copy link

This issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue.

@github-actions github-actions bot locked and limited conversation to collaborators May 27, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants