Qini Coefficient#
A normalised summary of the Qini curve measuring uplift-model performance.
Important
✨ AI-generated content. This page was written with the assistance of an AI language model and is provided as a learning aid. Despite careful review, it may still contain mistakes, omissions, or out-of-date information. Whether you are new to the topic, a team lead, or a senior practitioner, treat it as a starting point rather than an authoritative reference: read it critically and independently verify anything you act on (code, commands, figures, and factual claims) against official documentation and primary sources before relying on it.
What it is#
The Qini coefficient is a single-number performance metric for uplift models — their equivalent of AUC. Where AUC asks how well a classifier predicts who will buy, the Qini coefficient asks how well an uplift model ranks people by who will buy because of the treatment.
How it’s computed#
Sort customers by predicted uplift (descending), split them into deciles or percentiles, and plot the Qini curve — cumulative incremental response (treatment minus control) against the proportion targeted. The coefficient is the normalised area between the model’s curve and the random-targeting diagonal.
The formula#
It ranges from 0 to 1 — 0.5 and up is decent, and close to 1 is excellent separation.
A worked example, and cousins#
Targeting the top 20%, a random selection might yield +100 purchases while the model yields +300 — the model curve sits above random, and the coefficient quantifies that gap. It is the normalised form of the AUUC (raw area under the uplift curve), which makes it comparable across datasets: ROC-AUC is to classification what the Qini coefficient is to uplift.
Theme: Causal Inference & Uplift · All terminology
Hint
Mind map — connected ideas
Qini Curve · Uplift Score · AUUC (Area Under the Uplift Curve) · Uplift Models · Cumulative Incremental Gain (CIG) · Total Incremental Benefit (TIB)
Hint
More in Causal Inference & Uplift
AUUC (Area Under the Uplift Curve) · Causal Effect · Causal Impact · Causal Inference · Causal ML (Causal Machine Learning) · Causal Trees · Cumulative Incremental Gain (CIG) · Cumulative Uplift · Incremental Conversions · Incremental Gain · Incremental Recovery Rate (IRR) · Incremental Revenue · Incremental Sales · Qini Curve
See also
Source article Adapted (context, re-expressed) in our own words from: Qini Coefficient (insightful-data-lab.com).