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 212 forks source link

Use `mutable_coords` where applicable #527

Open ricardoV94 opened 1 year ago

ricardoV94 commented 1 year ago

The latest release of PyMC allows for Model(mutable_coords=...) which makes Out of sample prediction with "coordinated" variables more straightforward. We should update any relevant examples.

This is a bit of a vague issue, until someone enumerates which notebooks can be updated :/