You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.The text was updated successfully, but these errors were encountered: