-
-
Notifications
You must be signed in to change notification settings - Fork 9
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 engine="auto" and bambi models in predictive explorer #455
Add support for engine="auto" and bambi models in predictive explorer #455
Conversation
A function with PreliZ distributions, PyMC distributions, or Bambi distributions. | ||
The PreliZ distributions should call their rvs method. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A function with PreliZ distributions, PyMC distributions, or Bambi distributions. | |
The PreliZ distributions should call their rvs method. | |
A function with a PreliZ model, a PyMC model, or a Bambi model. See examples section below for details |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This could be done in a separated PR. We should add an example section to the docstring. The section should describe a minimal example using preliz, another using pymc and another bambi.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will create a PR for this...
Closes #453
Closes #451
Description
engine="auto"
extract(idata, group="prior_predictive")[model.response_name].values
toextract(idata, group="prior_predictive")[model.response_name].values.T
. This I think I missed in pymc but I have corrected it in this PR.Checklist