grf-labs / grf

Generalized Random Forests
https://grf-labs.github.io/grf/
GNU General Public License v3.0
972 stars 250 forks source link

Sensitivity analysis for unmeasured confounding in GRF? #1162

Open adeldaoud opened 2 years ago

adeldaoud commented 2 years ago

I wonder what procedure you recommend for conducting a sensitivity analysis for unmeasured confounding for GRF models?

E.g., I am looking into the sensemakr package but that seems to require that one specifies the ATE estimate and its SE, but it also requires the degrees of freedom (dF). In ML setting (for non-parametric models), it is unclear what dF is.

See my question in the following link, https://github.com/carloscinelli/sensemakr/issues/51

erikcs commented 2 years ago

Hi @adeldaoud, let's wait and hear what @carloscinelli's thoughts are, this is not something we have spent a lot of time thinking about for GRF.

carloscinelli commented 2 years ago

Hi all, we have recent results that covers ATE estimated using machine learning models, see here: https://arxiv.org/abs/2112.13398

carloscinelli commented 2 years ago

We don't have ready to use software yet, but should be available soon

adeldaoud commented 2 years ago

@carloscinelli thanks. Feel free to ping us in this forum when the software will be available. If you happen to have some tutorial R scripts until the software will be released, then please feel free to share it. I will make sure to cite your arxiv paper.