You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Replaced outdated PyMC3 with PyMCV4.x workflow.
* Using sigma instead of sd to prevent DeprecationWarning.
* Removed az.from_pymc3() and integrated prior, posterior, and posterior predictive sampling directly using pm.sample() and .extend().
Signed-off-by: PiyushPanwarFST <[email protected]>
* Replaced outdated PyMC3 with PyMCV4.x workflow.
* Using sigma instead of sd to prevent DeprecationWarning.
* Removed az.from_pymc3() and integrated prior, posterior, and posterior predictive sampling directly using pm.sample() and .extend().
Signed-off-by: PiyushPanwarFST <[email protected]>
https://python.arviz.org/en/stable/getting_started/CreatingInferenceData.html#from-pymc3
PyMC3 is very outdated and I think
arviz.from_pymc3()
also does not exist anymore.The text was updated successfully, but these errors were encountered: