-
-
Notifications
You must be signed in to change notification settings - Fork 273
Fixup dependent density regression #7
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
Fixup dependent density regression #7
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
f987090
to
a4bbf5d
Compare
Is this ready for review? |
Sure! EDITActually, maybe a graphviz graph is helpful here |
7cbf7aa
to
6a2e2d0
Compare
6a2e2d0
to
2a580a9
Compare
@AlexAndorra ready now, thanks! |
@@ -2,7 +2,16 @@ | |||
"cells": [ |
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 is fine, but for future reference I think you could do the handling on w
directly with xarray
(makes it even nicer and easier!): http://xarray.pydata.org/en/stable/computation.html
Reply via ReviewNB
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.
ah, thanks! OK I'll do that next time
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 looks nice, thanks @MarcoGorelli !
'Dependent density regression notebook' currently doesn't run (the data doesn't download, and the plot of the posterior predictive throws an error) so here's a PR to fix it up.
Furthermore, the notebook previously read
yet the posterior plot only showed two mixture components having appreciable posterior expected weight for any data point. With the current re-run, it looks right