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
- Business Analytics
Bayesian A/B Testing in Practice: When to Stop Experiments and How to Communicate Results to Non-Technical Stakeholders
Frequentist A/B testing answers a question nobody asked: 'If the null hypothesis were true, how surprising is this data?' Bayesian testing answers the question that matters: 'Given this data, what's the probability that B is actually better?'
- Marketing Engineering
Customer Lifetime Value as a Control Variable: Re-Engineering Bid Strategies for Profitable Growth
Your bid algorithm optimizes for conversions. But a $50 customer who churns in month one and a $50 customer who stays for three years look identical at the point of acquisition. CLV-based bidding fixes the denominator.
- E-commerce ML
Graph Neural Networks for Cross-Sell: Modeling the Product Co-Purchase Network at Scale
Association rules find that beer and diapers are co-purchased. Graph neural networks understand why — the underlying structure of complementary needs, occasion-based shopping, and brand affinity networks that connect products across categories.
- Marketing Engineering
Incrementality Testing at Scale: A Geo-Lift Framework for Measuring True Campaign Impact
Half your marketing budget is wasted. The classic joke, except now we can identify which half — geo-lift experiments measure what would have happened without the campaign, not just what happened with it.
- E-commerce ML
Personalized Promotion Optimization: Uplift Modeling to Identify Who Needs a Discount vs. Who Would Buy Anyway
70% of promotional spend goes to customers who would have purchased at full price. Uplift modeling identifies the 30% whose behavior actually changes with a discount — and ignores the rest. The math isn't complicated. The organizational willingness to stop blanket discounting is.
Related concepts
Authoritative references