Skip to content

ENH: Update reported sampler diagnostics for pm.Slice() step method #7309

Open
@AlexanderFengler

Description

@AlexanderFengler

Before

with model:
    pm.sample(step=pm.Slice())

After

with model:
    pm.sample(step=pm.Slice(full_diagnostics = True)

Context for the issue:

Currently the pm.Slice() step method doesn't seem to include the final slice-widths in it's diagnostics. Including either the final w array after tuning, or draw-wise could help understand the sampler behavior better and help users with settings after some initial test-runs.

If ram is an issue, it may be an option to set an extra argument as suggested above.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions