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

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

Open
AlexanderFengler opened this issue May 12, 2024 · 2 comments
Open

Comments

@AlexanderFengler
Copy link

AlexanderFengler commented May 12, 2024

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.

Copy link

welcome bot commented May 12, 2024

Welcome Banner]
🎉 Welcome to PyMC! 🎉 We're really excited to have your input into the project! 💖

If you haven't done so already, please make sure you check out our Contributing Guidelines and Code of Conduct.

@ricardoV94
Copy link
Member

Sounds fine to me

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

2 participants