-
-
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
Number of samples is high when init='nuts' #3861
Comments
Thanks, that init method should just be dropped. Where did you find it referenced? |
It seems to be in
Then, in the source code, when the init method is "nuts", it samples with
Since |
Yeah this is a left-over, we have better ones now so should just remove it. |
Ok, seems straightforward -- I'll do it |
@twiecki @AlexAndorra This issue is fixed right? Is there still anything pending on this one? Looks like init='nuts' is mostly dropped already. |
Description of your problem
Please provide a minimal, self-contained, and reproducible example.
When you use the option
init='nuts'
inpm.sample()
, the number of samples is really highPlease provide the full traceback.
As you see, the number
1200000
always appear, it doesn't matter if you changedraws
ortune
inpm.sample
.Should that number change when you change
draws
andtune
?Versions and main components
The text was updated successfully, but these errors were encountered: