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

Add support for numpyro models in SBC #30

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

rohanbabbar04
Copy link
Contributor

@rohanbabbar04 rohanbabbar04 commented Mar 8, 2025

Closes #19

Description

  • Add support for numpyro models in SBC

Checklist

  • Code style is correct (follows ruff and black guidelines)
  • Includes new or updated tests to cover the new feature
  • New features are properly documented (with an example if appropriate)
  • Includes a sample plot to visually illustrate the changes (only for plot-related functions)

@rohanbabbar04 rohanbabbar04 changed the title Initial commit for numpyro models in SBC Add support for numpyro models in SBC Mar 8, 2025
@rohanbabbar04
Copy link
Contributor Author

rohanbabbar04 commented Mar 8, 2025

Looks like pull request preview for readthedocs is not turned on.

@aloctavodia
Copy link
Contributor

Now it is

@rohanbabbar04
Copy link
Contributor Author

rohanbabbar04 commented Mar 9, 2025

I think we may need to pass the keyword arguments to numpyro models as data_dir for the mcmc.run function. We can add in an option for the user to add it(like we have done right now) is there a way we can let the class handle it?

@aloctavodia
Copy link
Contributor

Maybe @SamuelBrand1 has suggestions.

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

Successfully merging this pull request may close these issues.

Extenstion to numpyro models
2 participants