pymc-examples
pymc-examples copied to clipboard
Update data container notebook to reflect changes to `pm.Data`
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:
- Remove the explainer about the differences between
MutableData
andConstantData
, since it no longer exists, and; - Use
pm.Data
everywhere in the applied examples