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

Correction to mediation analysis notebook for package name #574

Closed asarjou closed 2 months ago

asarjou commented 1 year ago

Notebook title: mediation_analysis.ipynb Notebook url: https://github.com/pymc-devs/pymc-examples/blob/main/examples/case_studies/mediation_analysis.ipynb

Issue description

The notebook specifies PYMC3 model when it should specify PYMC model in the markdown cell.

Note that this issue tracker is about the contents in the notebooks, if the notebook is instead triggering a bug or error in pymc, please report to https://github.com/pymc-devs/pymc/issues instead

Expected output

Should say: "Define the PyMC3 model and conduct inference"

Proposed solution

Adjustment to Markdown in the notebook

OriolAbril commented 2 months ago

Thanks for reporting!