{"id":656325,"date":"2020-06-02T09:40:48","date_gmt":"2020-06-02T16:40:48","guid":{"rendered":"https:\/\/www.microsoft.com\/en-us\/research\/?post_type=msr-project&p=656325"},"modified":"2022-02-24T07:11:27","modified_gmt":"2022-02-24T15:11:27","slug":"econml","status":"publish","type":"msr-project","link":"https:\/\/www.microsoft.com\/en-us\/research\/project\/econml\/","title":{"rendered":"EconML"},"content":{"rendered":"
EconML<\/b>\u00a0is a Python package that applies the power of machine learning techniques to estimate individualized causal responses from observational or experimental data. The suite of estimation methods provided in EconML represents the latest advances in causal machine learning. By incorporating individual machine learning steps into interpretable causal models, these methods improve the reliability of what-if predictions and make causal analysis quicker and easier for a broad set of users.<\/p>\n
EconML is open source software developed by the\u00a0ALICE team<\/a> at Microsoft Research.<\/p>\n\t\t\t <\/p> Flexible<\/b><\/p> Allows for flexible model forms that do not impose strong assumptions, including models of heterogenous responses to treatment.<\/p> \t<\/div>\n\t \t <\/p> Unified<\/b><\/p> Broad set of methods representing latest advances in the econometrics and machine learning literature within a unified API.<\/p> \t<\/div>\n\t \t <\/p> Familiar Interface<\/b><\/p> Built on standard Python packages for machine learning and data analysis.<\/p> \t<\/div>\n\t<\/p>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\n This toolkit is designed to measure the causal effect of some treatment variable(s) T on an outcome variable Y, controlling for a set of features X. Use cases include<\/a>:<\/p>\n\t\t\t <\/p> Interpret experiments with imperfect compliance<\/p><\/div> \t<\/div>\n\t \t <\/p> Estimate individualized responses to incentives<\/p><\/div> \t<\/div>\n\t \t <\/p> Distinguish the effects of multiple outreach efforts<\/p><\/div> \t<\/div>\n\t<\/p>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\n<\/div>\n EconML\u00a0is an open source Python package developed by the ALICE team at Microsoft Research that applies the power of machine learning techniques to estimate individualized causal responses from observational or experimental data. The suite of estimation methods provided in EconML represents the latest advances in causal machine learning. By incorporating individual machine learning steps into interpretable causal models, these methods improve the reliability of what-if predictions and make causal analysis quicker and easier for a broad set of users.<\/p>\n","protected":false},"featured_media":810628,"template":"","meta":{"msr-url-field":"","msr-podcast-episode":"","msrModifiedDate":"","msrModifiedDateEnabled":false,"ep_exclude_from_search":false,"_classifai_error":"","footnotes":""},"research-area":[13556,13548],"msr-locale":[268875],"msr-impact-theme":[],"msr-pillar":[],"class_list":["post-656325","msr-project","type-msr-project","status-publish","has-post-thumbnail","hentry","msr-research-area-artificial-intelligence","msr-research-area-economics","msr-locale-en_us","msr-archive-status-active"],"msr_project_start":"","related-publications":[626082,471336,626151,471504,626160,471510,771889,475107,900081,475113,493301,493316,626067],"related-downloads":[],"related-videos":[],"related-groups":[],"related-events":[],"related-opportunities":[],"related-posts":[],"related-articles":[],"tab-content":[{"id":0,"name":"Get Started","content":"Use Cases<\/h2>\n
Recommendation A\/B testing<\/a><\/h3>
Customer segmentation<\/a><\/h3>
Multi-investment Attribution<\/a><\/h3>
Quick Installation<\/h2>\r\nInstall the latest release for PyPI<\/a>:\u00a0
pip install econml<\/code>\r\n\r\n<\/div>\r\n
For Developers<\/h2>\r\nYou can get started by cloning this repository. We use\u00a0setuptools<\/a>\u00a0for building and distributing our package. We rely on some recent features of setuptools, so make sure to upgrade to a recent version with\u00a0
pip install setuptools --upgrade<\/code>. Then from your local copy of the repository you can run\u00a0
python setup.py develop<\/code>\u00a0to get started.\r\n
Running the Tests<\/h2>\r\nThis project uses\u00a0pytest<\/a>\u00a0for testing. To run tests locally after installing the package, you can use\u00a0
python setup.py pytest<\/code>.\r\n
Generating the documentation<\/h2>\r\nThis project's documentation is generated via\u00a0Sphinx<\/a>. Note that we use\u00a0graphviz<\/a>'s\u00a0
dot<\/code>\u00a0application to produce some of the images in our documentation, so you should make sure that\u00a0
dot<\/code>\u00a0is installed and in your path.\r\n\r\nTo generate a local copy of the documentation from a clone of this repository, just run\u00a0
python setup.py build_sphinx -W -E -a<\/code>, which will build the documentation and place it under the\u00a0
build\/sphinx\/html<\/code>\u00a0path.\r\n