-
-
Notifications
You must be signed in to change notification settings - Fork 269
Update example notebooks for better rendering #394
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
Comments
I am working on: examples/diagnostics_and_criticism/Bayes_factor.ipynb |
Updated the title as the task is about updating the markdown content and metadata, without rerunning the notebook. The issue to update the notebooks from v3 to v4 is #333. The two tasks are independent and can be done sequentially or together... hoping to avoid confusion about the scope of the issue. |
I am working on the notebook updating_priors. Waiting for the issue pymc-devs/pymc#5959 to be solved. |
@jlindbloom |
NOTE
This issue is reserved for the #DataUmbrellaPyMCSprint
References
List of PyMC Example Notebooks that Need to be Updated
examples/case_studies
Add header and footers for hierarchical partial pooling #393
fixing random seed issue in pm.Model definition #403
## Watermark
cellexamples/diagnostics_and_criticism
update notebook rendering: Bayes Factor #395
(ISSUE divergences notebook #66)
Notebook divergence, update header and footer #402
(ISSUE model averaging #67)
Take3 model averaging #414
(ISSUE: None open)
Notebook: sampler_stats; update links, clean up sections #426
examples/generalized_linear_models
Notebook: GLM-hierarchical updates (styling, fixing links, etc) #427
nb: rolling-regression; add footer #434
notebook: GLM Poisson regression, update header and footer #462
[DRAFT] Notebook: GLM out-of-sample; initial update #471
examples/howto
Interpolated distribution in V4 pymc#5959
examples/survival_analysis
https://github.com/pymc-devs/pymc/issues/ ?
Set-up Instructions
git checkout -b nb_feature_branch
Notes for Updating Notebook
tags
, see options in current notebook tagspre-commit
(pre-commit run --all
)References
Note: pymc-examples#8
Examples of references
Example 1:
[ArviZ's naming convention](https://arviz-devs.github.io/arviz/schema/schema.html#sample-stats)
Example 2:
[check this page](https://docs.pymc.io/api/inference.html#module-pymc3.step_methods.hmc.nuts)
FAQs
Syncing Repo (via @symeneses)
Running
pre-commit
(Sandra notes)
git commit -m 'message'
)pre-commit run --all
)git status
==> you will now see a.myst
file createdgit commit -am 'adding myst file'
)pre-commit run --all
)git push origin branch_name
There already is a "I will work on this" comment on the issue
If the issue is more than 3 months old, you can ignore that message and comment yourself you plan to work on that issue.
The text was updated successfully, but these errors were encountered: