-
-
Notifications
You must be signed in to change notification settings - Fork 257
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
Adding example on marginalizing models #628
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Love it! |
It's missing the template stuff: https://www.pymc.io/projects/docs/en/latest/contributing/jupyter_style.html |
What parts of the template are missing? Plot style and tags for the
notebook?
…On Sat, 20 Jan 2024, 03:58 Thomas Wiecki, ***@***.***> wrote:
It's missing the template stuff:
https://www.pymc.io/projects/docs/en/latest/contributing/jupyter_style.html
—
Reply to this email directly, view it on GitHub
<#628 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAACCUP77VF7BPF7SSWT5FTYPMXHBAVCNFSM6AAAAABCBRTHYOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMBRGY4DENJUGY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
There's more though, just read the whole page. |
Waiting a few days in case someone else wants to review. |
I want to! |
@@ -0,0 +1,1440 @@ | |||
{ |
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.
But if you insist on using the NUTS sampler *exclusively*.
Link to wiki on Rao-Blackwell's theorem, and maybe only bring it up after explaining the advantages of marginalizing variables: more efficient sampling, unclear statistical properties of mixed sampling...
get a lower variance estimate of your parameters is a bit fuzzy. Get a smaller monte-carlo error on the estimates?
Call it pymc_experimental
not pmx
and maybe mention already the MarginalModel
class with a cross-reference to the respective docs page
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.
What's the correct way to cross-reference the pymc_experimental
docs?
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.
You can see how cross-references work in #614.
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.
Also #605
@@ -0,0 +1,1527 @@ | |||
{ |
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.
None of the other histograms for the gmm have labels and title. What labels and title do you suggest?
@@ -0,0 +1,1510 @@ | |||
{ |
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.
Ok hopefuly, that's more clear |
This adds an example for how to use the
MarginalModel
class inpymc-experimental
📚 Documentation preview 📚: https://pymc-examples--628.org.readthedocs.build/en/628/