Skip to content

Document pattern of tidying draws before spread/gather_draws #211

Open
@mjskay

Description

@mjskay

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions