Skip to content
Snippets Groups Projects
Commit cd60a2cb authored by Martin Renoult's avatar Martin Renoult
Browse files

Update Bayesian_for_mPWP_PlioMIP.py

parent 77639c86
No related branches found
No related tags found
No related merge requests found
...@@ -136,7 +136,7 @@ with Model() as model: # model specifications in PyMC3 are wrapped in a with-sta ...@@ -136,7 +136,7 @@ with Model() as model: # model specifications in PyMC3 are wrapped in a with-sta
# Inference! 4 jobs in parallel (convergence check) # Inference! 4 jobs in parallel (convergence check)
# By default, the sampling method is NUTS # By default, the sampling method is NUTS
trace = sample(progressbar=True, draws=30000, cores=2, tune=2000) trace = sample(progressbar=True, draws=100000, cores=4, tune=5000)
# Extract the data of the trace # Extract the data of the trace
values_x = trace['x'] values_x = trace['x']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment