Skip to content

Commit

Permalink
Default to 4 chains
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelosthege committed May 10, 2024
1 parent 4c73517 commit abc5677
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions peak_performance/pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -489,6 +489,7 @@ def sampling(pmodel, **sample_kwargs):
idata
Inference data object.
"""
sample_kwargs.setdefault("chains", 4)
sample_kwargs.setdefault("tune", 2000)
sample_kwargs.setdefault("draws", 2000)
# check if nutpie is available; if so, use it to enhance performance
Expand Down

0 comments on commit abc5677

Please sign in to comment.