Glossary · E-commerce ML

Uplift Modeling

also: heterogeneous treatment effects · HTE · incremental response modeling

Definition

Uplift modeling estimates the heterogeneous causal effect of a treatment — a promotion, a feature, a message — on each individual. Unlike propensity or response models, it explicitly targets the difference in outcome between the treated and untreated counterfactual, enabling promotion budgets to be spent only on the persuadable segment.

Response models predict who will convert; uplift models predict who will convert BECAUSE of the treatment. Four quadrants partition the population: sure things (convert anyway), lost causes (never convert), do-not-disturbs (convert unless messaged), and persuadables (convert only if messaged). Budget spent on the first three is wasted; persuadables are the only profitable target. Meta-learners (S, T, X, R), causal forests, and deep uplift nets are the standard algorithms.

Essays on this concept