Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting started shows outdated code for PyMC3 #2442

Open
twiecki opened this issue Apr 1, 2025 · 1 comment · May be fixed by #2444
Open

Getting started shows outdated code for PyMC3 #2442

twiecki opened this issue Apr 1, 2025 · 1 comment · May be fixed by #2444
Assignees

Comments

@twiecki
Copy link
Contributor

twiecki commented Apr 1, 2025

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.

@PiyushPanwarFST
Copy link

@aloctavodia , could you assign me this issue

PiyushPanwarFST added a commit to PiyushPanwarFST/arviz that referenced this issue Apr 4, 2025
* 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]>
@aloctavodia aloctavodia linked a pull request Apr 4, 2025 that will close this issue
PiyushPanwarFST added a commit to PiyushPanwarFST/arviz that referenced this issue Apr 4, 2025
* 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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants