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
Hey, thanks for the transition to pymc3!
There's probably a typo in the 8th cell in Intro Chapter
Should lambda_ = pm.switch(tau >= idx, lambda_1, lambda_2) be lambda_ = pm.math.switch(tau >= idx, lambda_1, lambda_2) instead?