How to create coef_extra_features priors for multiple geos #338
Unanswered
rodrigops123
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm having trouble when creating the coef_extra_features priors for 2 geos. I'm using a normal distribution as a probability function, however I'm attributing different loc and scale parameters depending on the extra feature I'm considering. This is a sample code:
However, when training my algorithm, I'm getting the following error:
ValueError: Incompatible shapes for broadcasting: shapes=[(12, 2), (12, 12)]
I'm pretty sure this error comes from the coef_extra_features prior since I didn't have this until I decided to customize my priors on these features.
Beta Was this translation helpful? Give feedback.
All reactions