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
I saw there is a new sensitivity analysis feature since a few weeks and I am using it for my analysis because I was already using the LinearDRLearner. I have two questions
In the line here, is the definition of rho missing?
Can I get sensitivity analysis for CATE estimates as well somehow? For instance it's possible to get an ATE interval using est.ate_interval(X=X_subset) where est is a LinearDRLearner instance. Could I get the sensitivity summary for this subset without fitting a separate model on X_subset?
I would offer to work on both of these if they are not done yet and if they make sense.