Replies: 1 comment
-
Hi @nicktgr15,
Best, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
As a follow-up to the discussion I had with @PhilippBach I'm posting a few questions I have regarding an ongoing analysis.
Context:
I'm running an experiment where we split a set of routes into two groups (A and B) and then apply an intervention on group B routes only.
Questions:
score='experimental'
- is that assumption correct?DoubleMLData
doesn't support non-numerical features, so we used one-hot-encoding. Ideally we'd like to avoid that, is there any workaround to use categorical features with catboost in double ml DiD without pre-processing?.sensitivity_analysis(cf_y=0.04, cf_d=0.03)
. That works nicely out of the box, and when we get zero included in the interval we follow up with benchmarking but so far we haven't been able to identify (through trial and error) any covariates with strong confounding effect. Is there anything else we can try in that space? (I understand that in some cases it might be impossible to identify the unobserved confounder because it might be not feasible, not available in the data etc.)Cheers,
Nik
Beta Was this translation helpful? Give feedback.
All reactions