pymc-examples
pymc-examples copied to clipboard
Examples of PyMC models, including a library of Jupyter notebooks.
This could be something with Windows ```python ───────────────────────────────────── Error running examples/causal_inference/regression_discontinuity.ipynb ───────────────────────────────────── --------------------------------------------------------------------------- Exception encountered at "In [10]": --------------------------------------------------------------------------- NotImplementedError Traceback (most recent call last) File ~/micromamba/envs/pymc-examples/lib/python3.11/site-packages/pytensor/link/basic.py:102, in Container.__set__(self, value)...
Seems to be some pandas error. ```python ────────────────────────────────── Error running examples/causal_inference/bayesian_nonparametric_causal.ipynb ─────────────────────────────────── --------------------------------------------------------------------------- Exception encountered at "In [17]": --------------------------------------------------------------------------- ValueError Traceback (most recent call last) Cell In[17], line 3 1...
This is not meant to fix or update the notebooks but to get a pulse on which notebooks are no longer working. Just a smoke test I suspect that many...
# Notebook proposal **Title**: Hurricane Path Forecasts ## Why should this notebook be added to pymc-examples? I think this would be an interesting example to have because of the following:...