pymc-devs / pymc-examples

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

Import do from pymc #635

Closed HarshvirSandhu closed 4 months ago

HarshvirSandhu commented 4 months ago

Fix import

Solves #633 import do from pymc rather than pymc_experimental


📚 Documentation preview 📚: https://pymc-examples--635.org.readthedocs.build/en/635/

review-notebook-app[bot] commented 4 months ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

ricardoV94 commented 4 months ago

We ahould also remove any text mentions of PyMC-Experimental (if there are any)

HarshvirSandhu commented 4 months ago

@ricardoV94 daft and pymc_experimental are being imported but not in use. Removing those

HarshvirSandhu commented 4 months ago

@twiecki Running pre-commit locally changes the kernelspec in interventional_distribution.myst.md

kernelspec:
  display_name: Python 3 (ipykernel)
  language: python
  name: python3
twiecki commented 4 months ago

@HarshvirSandhu OK try to commit with that change.

twiecki commented 4 months ago

Thanks @HarshvirSandhu!