Update interrupted time series notebook for PyMC v5 and Pandas compat…#831
Update interrupted time series notebook for PyMC v5 and Pandas compat…#831Cassiebastress wants to merge 2 commits intopymc-devs:mainfrom
Conversation
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
|
View / edit / reply to this conversation on ReviewNB OriolAbril commented on 2026-01-05T01:26:00Z Everything looks great, can you rerun the notebook after installing
watermark -n -u -v -iv -w -p pytensor,xarray
|
|
Reran the interrupted_time_series.ipynb notebook in the pymc-examples environment, updated the watermark cell, and ensured all cells are executed sequentially. The notebook and .myst.md are now up-to-date. Ready for another review. |
…ibility
Update
interrupted_time_series.ipynbfor PyMC v5 and Pandas compatibilitypm.MutableDatawithpm.Datafor PyMC v5 compatibility.pd.date_range(freq="M")→pd.date_range(freq="ME")to avoid Pandas deprecation warnings.Helpful links