-
Notifications
You must be signed in to change notification settings - Fork 194
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
mmm.plot_posterior_predictive() does not work #570
Comments
Did you set the extend = True when using the 'sample_posterior_predictive' method? |
Hi! I just trained a model and called this method. I didn't call sample_posterior_predictive explicitly anywhere. Best |
@Garve Did you run the top line shown here? It fixed my issue. mmm.sample_posterior_predictive(X, extend_idata=True, combined=True) |
We need a better error message for this one. |
I have run into this too. How about adding some logic that does |
#741 introduces new error message telling user to call sample_posterior_predictive method |
Hi! I trained a model, and when I execute
mmm.plot_posterior_predictive()
, I getThe
self.idata
exists, but it does not have a posterior_predictive attribute.pymc_marketing version 0.4.0.
The text was updated successfully, but these errors were encountered: