-
-
Notifications
You must be signed in to change notification settings - Fork 132
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
Possibility to pick number of samples for calls to posterior predictive? #739
Comments
It's definitely possible but not 100% trivial. Bambi does not use |
@tomicapretto We implemented a temporary solution which just samples the |
Nope, I think we could use it in Bambi. Do you have it somewhere? Feel free to open a PR, or I can open one myself. Thanks! |
@tomicapretto Sure! I'll do a PR soon. Thanks! |
can I work on this? Could you elaborate what to do? @tomicapretto |
We want to modify this method to allow users to pass the number of draws when we obtain draws from the posterior predictive distribution (i.e. when |
It is often useful / sufficient for posterior predictives (examples for purposes of plotting) to be based on less than all samples from a given call to
.fit()
.It seems like currently one cannot pick the number of samples at the level of the posterior predictive.
Would it be possible to add this as a small feature (or allow passing through of such parameter to the
pm.sample_posterior_predictive()
call?The text was updated successfully, but these errors were encountered: