-
-
Notifications
You must be signed in to change notification settings - Fork 269
GLM poisson #86
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
Comments
Hi! I'd like to try working on this. |
That would be great @jessicakzhang! I have added a couple of suggestions based on a quick look over the notebook, I'll review more carefully once you submit a PR. Let us know if you have any doubt while working on this |
Hi @jessicakzhang , are you still working on this issue? @OriolAbril would it be okay if I were to submit a PR for this issue, considering the fact that this issue has already been assigned? |
Hi, yes, as it has been more that two weeks with no activity, as indicated in the contributing guide, I'll assign the issue to you so you can submit a PR. |
thanks a lot! |
@OriolAbril had a doubt regarding updating also, while updating |
I used mean as a placeholder, I think the default stats is good enough and it's simple, there is no need to overly complicate the notebook only to exclude |
oh okay, thanks for clarifying. |
You should exponentiate the posterior samples, which are a group in inferencedata, in the form of an xarray dataset. It should look something like: |
yes, that works, thanks a lot! |
yes, it is definitely a typo.
I would update it to avoid confusing readers |
Needs to be updated to use bambi instead of glm module |
will be working on it @OriolAbril |
I'm about to update this to v4 |
File: https://github.com/pymc-devs/pymc-examples/blob/main/examples/generalized_linear_models/GLM-poisson-regression.ipynb
Reviewers:
Known changes needed
Changes listed in this section should all be done at some point in order to get this
notebook to a "Best Practices" state. However, these are probably not enough!
Make sure to thoroughly review the notebook and search for other updates.
General updates
np.exp(np.mean())
instead ofnp.mean(np.exp())
.ArviZ related
kind="stats"
or customize summary, examples of both at: https://arviz-devs.github.io/arviz/api/generated/arviz.summary.htmlNotes
Exotic dependencies
None
Computing requirements
Models sample in less than a minute
The text was updated successfully, but these errors were encountered: