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

Update data container notebook to reflect changes to `pm.Data` #659

Closed jessegrabowski closed 1 month ago

jessegrabowski commented 5 months ago

https://github.com/pymc-devs/pymc/pull/7047 depreciates pm.ConstantData and pm.MutableData (again), so the data container notebook no longer reflects best practices. It should be updated to:

  1. Remove the explainer about the differences between MutableData and ConstantData, since it no longer exists, and;
  2. Use pm.Data everywhere in the applied examples
Dekermanjian commented 2 months ago

Hey, would it be alright if I worked on this?