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
At the moment we have a TODO comment which needs some attention
# This is the coefficient on the interaction term# TODO: THIS IS NOT YET CORRECT ?????self.causal_impact= (
self.y_pred_treatment[1] -self.y_pred_counterfactual[0]
)[0]
From memory, this is not wrong, but achieved the right effect in a different manner to the pymc flavour of difference in differences.