-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Change draws and tune defaults to 1000 in pm.sample #3855
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3855 +/- ##
==========================================
- Coverage 90.75% 90.72% -0.04%
==========================================
Files 135 135
Lines 21184 21190 +6
==========================================
- Hits 19226 19224 -2
- Misses 1958 1966 +8
|
I’m not sure I can think of any tests that are relevant here, but the change seems big enough that I think one of @fonnesbeck or @twiecki should chime in before merging. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ongoing discussions in attached issue.
LGTM. Will wait for Thomas, though. |
Need a note in release-notes. |
Done |
Thanks for taking the initiative @AlexAndorra! |
As discussed in #3854, this PR proposes to change defaults values of
draws
andtune
inpm.sample
to 1000 and 2000 respectively -- both are currently at 500.I also cleaned some PEP8 typos in sampling.py.
Happy to make deeper changes if needed, and thanks in advance for the reviews ✌️