-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Re-run putting workflow #4325
Re-run putting workflow #4325
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
View / edit / reply to this conversation on ReviewNB MarcoGorelli commented on 2020-12-11T13:47:45Z oops, this is wrong, fixing it now |
Codecov Report
@@ Coverage Diff @@
## master #4325 +/- ##
=======================================
Coverage 87.54% 87.54%
=======================================
Files 88 88
Lines 14272 14272
=======================================
Hits 12495 12495
Misses 1777 1777 |
View / edit / reply to this conversation on ReviewNB michaelosthege commented on 2020-12-12T20:46:08Z Instead of plotting 50 posterior samples, you could plot a density with pst = logit_trace.posterior.stack(sample=("chain", "draw")) pm.gp.util.plot_gp_dist( ax=ax, x=t, samples=(pst["a"] * t + pst["b"]).values.T ) |
/pre-commit-run |
😄 that would require #4330 to be in first Also, this PR passes the style checks so it wouldn't do anything anyway |
/pre-commit-run |
Yeah, just checking. It wouldn't comment or anything? |
Not currently, no, it just puts the 'rocket' and 'eyes' emojis (see above). You can see that it was triggered in the 'actions' tab https://github.com/pymc-devs/pymc3/actions |
Very cool! |
closing as this will go in pymc-examples |
use inferencedata and arviz-darkgrid