Giter Club home page Giter Club logo

Comments (2)

kbattocchi avatar kbattocchi commented on July 20, 2024 2

The distinction is somewhat subtle - the difference is that only variables in X are used to calculate the heterogeneous treatment effect strength \theta(X). So you will need to decide how you want to partition your confounders between controls W that potentially affect T and Y but not the strength of the treatment effect, and features X that affect T and Y and can also affect the strength of their relationship.

As one example, if you put everything into W instead of X (and just pass None for X), then will end up calculating the average treatment effect rather than a heterogeneous treatment effect. At the other extreme, if you put everything into X and pass None for W, you are saying that the treatment effect can vary depending on every variable.

The more things you put into X instead of W, the more flexible your model is, but the harder the estimation problem becomes, and so you should expect your estimates to be noisier.

If the ultimate goal of your estimation task is to come up with an individualized policy, it may also be the case that there are certain variables that you don't want to consider as policy-relevant (e.g. maybe you are legally prohibited from using, say, gender to generate different treatment policies), in which case it may make sense to leave those in W instead of X even if you think that they may change the effect.

from econml.

xiaogangzhu avatar xiaogangzhu commented on July 20, 2024

Really detailed explain! Thanks!

from econml.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.