Back to glossary

Uplift Modeling

A causal inference technique that predicts the incremental impact of a treatment on an individual's behavior, identifying users who will change their behavior because of the intervention rather than those who would act regardless.

Uplift modeling goes beyond propensity modeling by estimating the causal effect of an action on each individual. Instead of predicting who is likely to convert, it predicts who is likely to convert because of your intervention. This distinguishes four user types: persuadables who convert only with treatment, sure things who convert regardless, lost causes who never convert, and sleeping dogs who are negatively affected by treatment.

For growth teams, uplift modeling maximizes the return on marketing and product interventions by focusing resources on users who will actually be influenced. Sending a discount to a user who would have purchased at full price wastes margin. Sending it to a user who would not have purchased at all drives incremental revenue. AI-powered uplift models use techniques like two-model approaches, transformed outcome methods, and causal forests to estimate individual treatment effects. Growth engineers should implement uplift modeling for high-volume decisions with measurable outcomes, such as promotional offers, re-engagement campaigns, and feature nudges. The critical prerequisite is randomized experiment data that includes both treated and control groups, enabling the model to learn true incremental effects rather than correlational patterns.

Related Terms