-
-
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
Unable to draw prior samples from model #4253
Labels
Milestone
Comments
Sounds like this is related to the bug of how we are treating (1, ) tensor. Maybe #4214 would fix it? @michaelosthege |
works for |
Thank you for your replies. I could confirm that:
|
I'm closing this because it was already fixed on master. The fix will be released with |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you have questions about a specific use case, or you are not sure whether this is a bug or not, please post it to our discourse channel: https://discourse.pymc.io
Description of your problem
I have problems with drawing prior samples from my model. The model I am using is the linear trend component of a time series model (Facebook’s prophet model). I am using the implementation in PyMC3 of the timeseers package authored by @MBrouns. I’d like to draw prior sample from the model, but I keep running into some Theano error that I can’t figure out.
Please provide a minimal, self-contained, and reproducible example.
Here is a minimal reproducer of the model (I basically stripped down the timeseers implementation to a minimal version so that it’s easier to understand here):
To draw prior samples, I am creating some dummy data that I can feed into the model and then call pm.draw_sample_prior_predictive:
Please provide the full traceback.
This yields this error:
Please provide any additional information below.
Versions and main components
The text was updated successfully, but these errors were encountered: