pymc-devs / pymc-examples

Examples of PyMC models, including a library of Jupyter notebooks.
https://www.pymc.io/projects/examples/en/latest/
MIT License
280 stars 243 forks source link

Hierarchical NB has missing images #216

Open twiecki opened 3 years ago

twiecki commented 3 years ago

https://docs.pymc.io/pymc-examples/examples/generalized_linear_models/GLM-hierarchical.html

Missing are the images of the hierarchical model that @fonnesbeck created. Not sure if he has an updated link.

saiwing-yeung commented 2 years ago

Same for https://github.com/pymc-devs/pymc-examples/blob/main/examples/case_studies/multilevel_modeling.ipynb in the ## Multilevel and hierarchical models cell.

drbenvincent commented 2 years ago

This is not fixed yet.

New notebook location with new website: https://github.com/pymc-devs/pymc-examples/blob/main/examples/generalized_linear_models/GLM-hierarchical.ipynb

Still needs to be updates to best practices.