Treatment Cost#
The cost of applying an intervention to a unit in an experiment or campaign.
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#
In causal ML and uplift modeling, treatment cost is the expense of applying an intervention to one individual, customer or unit — the per-unit cost of sending a coupon, serving an ad, granting a discount, or administering a drug. Summed over everyone treated, it becomes the total cost of the campaign.
The formula#
Per unit it is simply the direct cost of the intervention per customer; in total,
A worked example#
A retailer sends a $5 coupon to 2,000 customers, so the per-unit cost is $5 and the total
treatment cost is 2,000 × 5 = $10,000. If that campaign produces $15,000 in incremental
revenue, the net incremental profit is 15,000 − 10,000 = $5,000.
Why it matters for uplift and ROI#
Treatment cost is what turns raw uplift into profit. Incremental revenue is the extra money earned; treatment cost is what was spent to earn it; the difference is incremental profit, and the ratio is the ROI of treatment. Tracking it prevents targeting customers where cost exceeds benefit, enables profit-based (not conversion-only) uplift modeling, and forces attention on net value rather than gross outcomes.
Theme: Causal Inference & Uplift · All terminology
Hint
Mind map — connected ideas
Incremental Revenue · ROI (Return on Investment) · Treatment Effect · Conversion Rate Uplift · Causal Inference · Posterior probability of uplift
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 Coefficient
See also
Source article Adapted (context, re-expressed) in our own words from: Treatment Cost (insightful-data-lab.com).