Last active
July 26, 2024 12:53
-
-
Save AustinRochford/461c74db80833fdf4287ba91ee136b8f to your computer and use it in GitHub Desktop.
Revisiting Bayesian Survival Analysis in Python with PyMC
Thank you.
The issue is within nutpie
.
I used a standard NUTS sampling form pymc
Instead:
trace = nutpie.sample(
nutpie.compile_pymc_model(model),
seed=SEED
)
I called:
with model:
trace = pm.sample()
It solved all my issues.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for the kind words @wojla