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

Is there a better approach to listing all the samplers that PyMC supports? #8

Open
canyon289 opened this issue Nov 11, 2023 · 0 comments

Comments

@canyon289
Copy link
Member

          > Is there a better approach to listing all the samplers that PyMC supports? 

I would make the list manually. I still expect a lot of people to use the pymc.sampling.jax. And we also have to be sure to test for difference between step methods and sampling functions. That is, pymc.sample(step=pymc.NUTS()) should log in the json that both sample and NUTS are used (even if we did not log kwarg values themselves, putting NUTS in another element of the samplers list).

Originally posted by @OriolAbril in #7 (comment)

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

No branches or pull requests

1 participant