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
Not sure it's a bug or not, got this error everytime. Might relate to this https://github.com/pymc-devs/pymc/issues/3361 ?
update 2/28/2021
comment out the following line in the above code block to avoid the error. y = pm.DensityDist("y", StrategyMixture(p, df["majority_first"]), observed=df["y"])
The text was updated successfully, but these errors were encountered:
Not sure it's a bug or not, got this error everytime. Might relate to this https://github.com/pymc-devs/pymc/issues/3361 ?
update 2/28/2021
comment out the following line in the above code block to avoid the error.
y = pm.DensityDist("y", StrategyMixture(p, df["majority_first"]), observed=df["y"])
The text was updated successfully, but these errors were encountered: