Skip to content

Direct wrappers/class methods from other software? #28

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

Open
cmgoold opened this issue Apr 10, 2024 · 1 comment
Open

Direct wrappers/class methods from other software? #28

cmgoold opened this issue Apr 10, 2024 · 1 comment
Labels
question Further information is requested

Comments

@cmgoold
Copy link
Contributor

cmgoold commented Apr 10, 2024

BayesBlend currently works with CmdStanPy models, and ArviZ. Users can, in theory, use any modelling pipeline compatible with ArviZ (e.g. PyStan, CmdStanPy, PyMC, NumPyro etc.), and use ArviZ as the bridge. But should we provide other BayesBlend.from_* methods for other software directly?

@cmgoold cmgoold added the question Further information is requested label Apr 10, 2024
@Nathaniel-Haines
Copy link
Collaborator

I think it makes sense for us to have the .from_* methods, even if under the hood we go through arviz? Anything that makes it easy to move from one ecosystem to bayesblend and back would, I think, be good to have.

That said, I guess the question is—is the use of arviz as a bridge going to come along with any issues re maintainability? If so, we be best to directly interface with other libraries. If not, it makes sense to me to just use arviz to add more support faster 🤔

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

No branches or pull requests

2 participants