Overview

EconML is 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.

EconML is open source software developed by the ALICE team at Microsoft Research.

Flexible icon

Flexible

Allows for flexible model forms that do not impose strong assumptions, including models of heterogenous responses to treatment.

Unified icon

Unified

Broad set of methods representing latest advances in the econometrics and machine learning literature within a unified API.

Familiar icon

Familiar Interface

Built on standard Python packages for machine learning and data analysis.

Why causality?

Decision-makers need estimates of causal impacts to answer what-if questions about shifts in policy - such as changes in product pricing for businesses or new treatments for health professionals.

Why not just a vanilla machine learning solution?

Most current machine learning tools are designed to forecast what will happen next under the present strategy, but cannot be interpreted to predict the effects of particular changes in behavior.

Why causal machine learning/EconML?

Existing solutions to answer what-if questions are expensive. Decision-makers can engage in active experimentation like A/B testing or employ highly trained economists who use traditional statistical models to infer causal effects from previously collected data.