py-why / py-why/EconML

Does the new sensitivity analysis feature also work for CATE?

Open
#978 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Jupyter Notebook
Stars
4.8k
Forks
827
PR merge metrics
No merged PRs in 30d

Description

Hi,

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

  1. In the line here, is the definition of rho missing?
  2. 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.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the LinearDRLearner entry point and its ate_interval(X=X_subset) usage. Review how the existing sensitivity analysis defines rho, then determine whether a sensitivity summary can be produced for CATE estimates on a subset without fitting a separate model; done means both questions have documented, tested answers.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
machine-learning
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.