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

Document pattern of tidying draws before spread/gather_draws #211

Open
mjskay opened this issue Oct 10, 2019 · 1 comment
Open

Document pattern of tidying draws before spread/gather_draws #211

mjskay opened this issue Oct 10, 2019 · 1 comment

Comments

@mjskay
Copy link
Owner

mjskay commented Oct 10, 2019

With new optimizations (spurred on by #144) spread_draws and gather_draws should be fast in most cases even with large numbers of parameters. However tidy_draws can still be somewhat slow when there are lots of parameters.

One way to deal with this is call tidy_draws() once ahead of time and only use pre-tidied draws with spread_draws() and gather_draws(). Could be useful to document this pattern.

@mjskay
Copy link
Owner Author

mjskay commented Jan 29, 2020

can also mention shredder as an option

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant