-
-
Notifications
You must be signed in to change notification settings - Fork 252
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
Replacing PyMC3 plots w/ Arviz plots & sigma Param change #16
Replacing PyMC3 plots w/ Arviz plots & sigma Param change #16
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
4f9b687
to
7d3f17e
Compare
* Related to issue pymc-devs/pymc#4371 🎨 Replace Pymc3 plots w/arviz plots and sigma param change 🎨 Update plots to arviz dependency instead of pymc3 dependency 🎨 Update plots to arviz dependency instead of pymc3 dependency 🎉 Finish residual replacement for Pymc3 plots to arviz & sigma param change
227647c
to
8593e05
Compare
Woah, @CloudChaoszero is this done / ready for review? Did you do it manually? Did you re-execute the NBs? |
Yeah, @twiecki I would say this is done! haha (I was watching some tv shows while working on this, over time). This was done manually, and I re-executed most books***. I do have some notes: Notes
|
Amazing and much appreciated! |
Thanks a lot for this @CloudChaoszero 🤩 |
@AlexAndorra That works! haha
|
Thanks @CloudChaoszero - OK, shall we close this PR then in favour of the others? (I'll take a look at the during the coming week) |
Yeah let's do that. Thanks @CloudChaoszero |
Description
Replace PyMC3 dependent plots with arviz plots in case studies & examples.
Replace parameter
sd
withsigma
(e.g. some examples havepm.Normal(...sd=...)