Why does a DAG Control Column *have to* impact a Spend Column? #1710
Replies: 2 comments 2 replies
-
Maybe @cetagostini can shed some light on this |
Beta Was this translation helpful? Give feedback.
-
Hey @AnantChandra The code is design to check the causal relationships in the graphical model, and keep the MINIMAL adjustment set, that means, any variable not needed to properly detect the direct effect will be always exclude. Note If we were trying to get a MAXIMAL adjustment set, we could include other variables which are not in the path of the variable of interest. Example, in a structural causal model state as: a -> b
b -> y
c -> y
If you want to add |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there!
I'm using the PyMC Marketing MMM DAG.
However, I noticed that every control column must impact at least one spend column. Why is this the case?
Works:
Doesn't work:
Initializing the model this way:
Working case:
Not working case:
What's the way forward if my control is directly impacting the KPI and the KPI only?
Beta Was this translation helpful? Give feedback.
All reactions