-
-
Notifications
You must be signed in to change notification settings - Fork 251
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 [Part 5] #23
Replacing PyMC3 plots w/ Arviz plots & sigma Param change [Part 5] #23
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
@@ -6,6 +6,9 @@ | |||
"metadata": {}, |
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.
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.
Yeah, I realized I didn't properly re-run the notebook. In order to do so, I resolved issues like:
- Specifying
core
param onpm.sample
- Update submodule ref (e.g From theano.Op to theano.tensor.Op)
View / edit / reply to this conversation on ReviewNB twiecki commented on 2021-03-14T11:29:40Z which pymc3 version is this? CloudChaoszero commented on 2021-03-15T02:23:59Z 3.11, added it the respective print statement now :D |
View / edit / reply to this conversation on ReviewNB twiecki commented on 2021-03-14T11:29:41Z Why is NUTS tuning failing here? maybe only try CloudChaoszero commented on 2021-03-15T02:03:48Z Yeah, I'm unsure why as well. I get a sampling error when using
The error SamplingError: Bad initial energy in particular is in the next comment after this (seen in Github UI)
CloudChaoszero commented on 2021-03-15T03:03:20Z Added here https://github.com//issues/43 |
Yeah, I'm unsure why as well. I get a sampling error when using
The error SamplingError: Bad initial energy in particular is in the next comment after this (seen in Github UI)
View entire conversation on ReviewNB Updated after ReviewNB comment ^^^ |
3.11, added it the respective print statement now :D View entire conversation on ReviewNB |
Added here https://github.com//issues/43 View entire conversation on ReviewNB |
Description
The following is a large PR breakdown of PR #16.
Replace PyMC3 dependent plots with arviz plots in case studies & examples.
Replace parameter
sd
withsigma
(e.g. some examples havepm.Normal(...sd=...)