1 Introduction

Machine learning models are frequently used to select targets for an action such as a medical treatment or a marketing campaign. Typically, a sample is drawn from the population, individuals in the sample are subjected to the action and a model is trained to predict the outcomes. The model is then used to select cases from the general population for which the action is most profitable, e.g. the estimated recovery probability is above some threshold or predicted monetary gain from purchases made after being targeted by the campaign is high.

Unfortunately this approach is usually incorrect since it only takes into account what happens after the action, ignoring the outcome we would observe had a given person not been targeted (Radcliffe and Surry 2011; Rzepakowski and Jaroszewicz 2012; Lai 2006). To better understand the difference, consider sending e-mails with discount codes to selected customers. Suppose an average sale is 50 Euros and the model predicts that, after receiving a \(25\%\) discount code, customer \(C_1\) will spend 150 Euros, so targeting her seems a good idea. This may however not be the case. If she would have bought the product even without the discount, at the full price of 200 Euros, the campaign would have actually resulted in a loss of 50 Euros. It is, however, profitable to target a customer \(C_2\) who spent only 10 Euros after receiving the discount, but without the discount would not have bought anything at all.

Classical machine learning is unable to distinguish those two cases. An answer to this problem is uplift modeling which uses two training sets: a treatment group with objects subjected to an action and a control group with objects left untreated. The goal is to model the difference between responses in both groups conditional on the predictors, such that the benefit of taking the action is assessed against the background of not taking it (Radcliffe and Surry 2011; Lai 2006; Holland 1986).

In this paper we address the problem of uplift modeling with a numerical outcome variable, i.e. uplift regression. We are going to focus on linear models since they are very useful in practice and allow us to provide detailed analysis comparing the current approaches and new one proposed in this paper.

More formally, let x be a feature vector describing a customer, \(y^T\) the numerical outcome (e.g. purchase value) we would observe after targeting the customer, and \(y^C\) the numerical outcome we would observe had the customer not been targeted. Our purpose is to build a linear model of the form \(x'\beta ^U\) which predicts the quantity \(y^T-y^C\), called the uplift. The goal of this paper is to find as good an estimator of \(\beta ^U\) as possible.

What makes uplift modeling challenging is that, for each case, only one of the outcomes \(y^T\) or \(y^C\) is known, never both: once a person received an offer they cannot be made to forget it. This is known as the Fundamental Problem of Causal Inference (Holland 1986).

The contributions of the paper are as follows. First, we formally analyze two approaches to uplift regression: the double model approach and the outcome variable transformation approach which we here adapt to the problem of regression. To the best of our knowledge this is the first such detailed comparison of uplift models and one of very few theoretical results on uplift modeling. Our analysis contradicts the common belief (Radcliffe and Surry 2011; Kuusisto et al. 2014; Guelman et al. 2012) that the double model approach is usually inferior to dedicated uplift models. Based on the results of our analysis we propose a modified estimator which combines the benefits of both approaches and which we believe to be the model of choice for uplift linear regression.

1.1 Literature overview

We will first position uplift modeling within the broader field of causal discovery and later provide and overview of literature specific to this discipline.

Causal discovery aims not at predicting future outcomes, but, instead, to model the effects of interventions which directly change the values of some variables (Pearl 2009). Causal discovery can roughly be divided into two subdomains. One deals with the case in which the action was applied to some individuals (interventional data is available), the other performs causal discovery when only observational data is available (Pearl 2009).

Causal discovery from purely observational data is possible under additional assumptions. For example, it is possible to uncover parts of the causal structure provided that reliable conditional independence tests are available (Spirtes et al. 2000), or to determine the direction of causal influence by assuming a specific form of causal relationship (see e.g. additive noise models Hoyer et al. 2009). A good general overview of such methods can be found in Pearl (2009), Spirtes and Zhang (2016). Those methods are not related to uplift modeling which aims to characterize the influence of a specific action, not to discover unknown causal structure.

A class of techniques has been developed in economics, social sciences and medical statistics for causal discovery from interventional data, where a specific action has been performed on some of the objects. The aims of those methods are similar to uplift modeling, but the research problems addressed are different. The main focus is on making causal inferences when treatment assignment was not random. For example a treatment was applied based on doctor’s decision. Such treatment assignment poses challenges for causal discovery; for example, the doctor might have applied the treatment only to healthier patients which have greater survival probability in the first place. Ignoring this fact will make the treatment look more beneficial than it is in reality (Robins and Hernán 2018). The most popular approach is based on so called propensity scores, that is estimates of the probability that a given individual receives the treatment. Treatment and control cases with similar scores are then matched together or assigned weights based on inverse treatment probabilities. A good overview of those methods can be found in Imbens and Rubin (2015) and Robins and Hernán (2018), some newer results from the machine learning community can be found in Johansson et al. (2016) and Shalit et al. (2017).

It should be noted that matching and weighting approaches are based on strong assumptions (such as all confounding variables being observed) which can not be tested directly from data (Robins and Hernán 2018). Such assumptions are not necessary when treatment assignment is random; randomized controlled trials are thus a gold standard in causal discovery (Imbens and Rubin 2015).

Uplift modeling is different from those approaches since it strives to get the best possible estimator from properly randomized data. Propensity score based methods use almost exclusively the double model approach, which we will analyze in this paper.

Another relevant method is g-estimation (Robins 1994; Robins and Hernán 2018) which also directly estimates uplift coefficients on full data. However the method itself is not statistically efficient (Robins 1994) and requires a correction, which amounts to subtracting predicted control outcomes from true treatment outcomes, making it in fact a double model estimator (Robins 1994). The true benefit of g-estimation is that it can be applied to complex multistage treatments which are beyond the scope of the current paper.

Uplift modeling literature is concentrated mainly on the problem of classification. Several approaches are based on decision trees (Rzepakowski and Jaroszewicz 2010, 2012; Radcliffe and Surry 2011) trained using modified splitting criteria which aim to maximize differences in responses between groups, or some related information theoretical measure. Several works investigate combining such trees into ensembles (Guelman et al. 2012; Sołtys et al. 2014). Work on linear uplift models includes approaches based on class variable transformation (Lai 2006; Jaśkowski and Jaroszewicz 2012; Kane et al. 2014; Pechyony et al. 2013) used with logistic regression and approaches based on Support Vector Machines (Kuusisto et al. 2014; Zaniewicz and Jaroszewicz 2013, Oct 2017). Those works only address the problem of classification and do not provide theoretical analyses which would clearly demonstrate the merits of each approach. See Radcliffe and Surry (2011) for a general overview of uplift modeling and its applications.

1.2 Notation and assumptions

We assume following notation: vectors are denoted with lowercase letters y, \(\beta \), etc., and matrices with uppercase letters X, \(\varSigma \), etc. Subscripts denote vector components, e.g. \(y_i\) denotes the ith component of y with the exception of \(x_i\) which will denote ith row of the data matrix X. An identity matrix is denoted with I and 0 will denote both zero vectors and scalars; transpose is denoted with \({}'\). \(\mathcal {N}(\mu , \varSigma )\) denotes the multivariate normal distribution with mean vector \(\mu \) and covariance matrix \(\varSigma \).

Quantities related to the treatment group will be denoted with superscript T and those related to the control group with superscript C. For example \(n^T\) is the number of cases in the treatment group.

Vectors and matrices may be random variables. Expectations are denoted in the usual fashion, for example the expectation of y, the expectation of y with respect to a random variable X, and the expectation of y conditional on g will be denoted, respectively, as \({{\mathrm{E}}}y\), \({{\mathrm{E}}}_X y\) and \({{\mathrm{E}}}y|g\). Similar notation will be used for variances, where, by variance of a vector we understand its covariance matrix. Whenever we use limits involving random variables, convergence in probability will be assumed. Convergence in distribution will be denoted \(\xrightarrow {d}\).

Performance of linear models is typically measured by how well their estimate \({\hat{\beta ^U}}\) approximates the true parameter vector \(\beta ^U\) in terms of mean squared error \({{\mathrm{E}}}\Vert {\hat{\beta ^U}}-\beta ^U\Vert ^2\) (Heumann et al. 2013). For unbiased estimators this error is determined solely by the estimator’s covariance matrix (Heumann et al. 2013), which should be as small as possible. All models we will encounter will be unbiased, so we will only compare their variances. A covariance matrix \(\varSigma _1\) is considered greater than a covariance matrix \(\varSigma _2\) if \(\varSigma _1-\varSigma _2\) is positive definite.

Throughout, we will assume that there are p predictor variables and n data records arranged in a matrix \(X\in \mathbb {R}^{n\times p}\). Let \(x_i\) denote the ith row of X. We assume that rows of X are generated independently from each other and follow the same distribution. Let g be a random vector of length n with \(g_i\in \{T,C\}\). If \(g_i=T\) (\(g_i=C\)) then the ith observation has been assigned to the treatment (control) group, respectively.

We also define the matrices \(X^T\in \mathbb {R}^{n^T\times p}\) and \(X^C\in \mathbb {R}^{n^C\times p}\) whose rows are rows from X assigned to treatment and control groups; \(n^T\) and \(n^C\) denote respectively the number of cases in the treatment and control training sets, \(n=n^T+n^C\). Denote by \(q^T=\frac{n^T}{n}\) and \(q^C=\frac{n^C}{n}\) the proportions of cases in both groups.

Likewise, we define treatment and control response vectors \(y^T\in \mathbb {R}^{n^T}\) and \(y^C\in \mathbb {R}^{n^C}\) and denote by y the combined vector of all responses. We will assume that the expected outcome in the control group and the expected strength of the influence of the action (i.e. uplift) are linear functions of the predictors. As a result the response in the target group is also linear and the assumed relationships in the data can be written as (Heumann et al. 2013)

$$\begin{aligned} y^C&= X^C\beta ^C + \varepsilon ^C, \end{aligned}$$
(1)
$$\begin{aligned} y^T&= X^T\beta ^C + X^T\beta ^U + \varepsilon ^T = X^T\beta ^T + \varepsilon ^T, \end{aligned}$$
(2)

where \(\beta ^C\) are the true response coefficients in the untreated population, \(\beta ^T\) is the respective treatment coefficient vector, and \(\beta ^U\) is the vector of coefficients defining the strength and direction of the effect of the action on a given individual. Note that \(\beta ^T = \beta ^C+\beta ^U\) so the response in the treatment group equals the baseline plus the change in response caused by the action.

Random vectors \(\varepsilon ^T\) and \(\varepsilon ^C\) denote random components of the responses in the treatment and control groups. It is assumed that X, \(\varepsilon ^T\) and \(\varepsilon ^C\) are independent of each other. Moreover elements of \(\varepsilon ^T\) are assumed to be independent and identically distributed, with \({{\mathrm{E}}}\varepsilon ^T_i=0\) and \({{\mathrm{Var}}}\varepsilon ^T_i=(\sigma ^T)^2\) for some \(\sigma ^T>0\). Analogous assumptions are made for \(\varepsilon ^C\) with \({{\mathrm{Var}}}\varepsilon ^C_i=(\sigma ^C)^2\). Note that the elements of both vectors may follow different distributions. Let \(\varepsilon \) denote the combined vector of random components in both groups.

For simplicity, in all theorems and proofs we will assume that the matrices X, \(X^T\) and \(X^C\) are of full rank, and thus the nonsingularity of \(X'X\), \({X^T}'X^T\) and \({X^C}'X^C\) (Heumann et al. 2013). Since singular matrices form a subset of measure zero, we may expect those facts to hold with probability one if \(n^T,n^C\ge p\) and the distribution of \(x_i\)’s is continuous. For binary matrices this is not the case and the estimators may fail to exist with nonzero probability. This case will only be analyzed in an example.

Another simplification which we are going to make is assuming that the predictors have zero mean \({{\mathrm{E}}}x_i=0\). This assumption can easily be dropped from all asymptotic results but we retain it for notational simplicity.

1.2.1 Randomization

For the uplift model to have a causal interpretation it is necessary for the distributions of the predictors in both groups to be identical. In practice this means that the assignment of cases to the treatment and control groups should be random and independent of the predictors (Robins and Hernán 2018).Footnote 1 There are, however, several ways to achieve such randomization. In this work we will assume complete randomization (Imbens and Rubin 2015). This means that the proportions \(q^C\), \(q^T\) of cases in both groups are fixed in advance but the actual assignment is random. The actual randomization may be performed by sorting the cases in random order and then using the first \(nq^C\) cases as controls and assigning the remaining ones to the treatment group. As a result, pairs \((x_i,y_i)\) are:

  1. 1.

    identically distributed within both treatment and control groups,

  2. 2.

    no longer independent, but independent conditional on g.

To see this note that \(g_i\)’s become dependent after fixing \(n^T\) so pairs \((x_i,y_i)\) become dependent through \(g_i\)’s and \(n^T\). Conditioning on g isolates \(n^T\) from \((x_i,y_i)\)’s which again become independent.

2 Theoretical analysis of uplift regression models

In this section we provide theoretical analysis of two frequently used types of uplift models: the double model and the model based on target variable transformation.

2.1 The double model estimator

The easiest and most intuitive way of estimating the vector \(\beta ^U\) is to estimate \(\beta ^T\) and \(\beta ^C\) using two independent linear models and subtract their predictions. We will refer to this approach as the double model approach.

Definition 1

A vector \({\hat{\beta ^U_d}}\) given by the formula

$$\begin{aligned} {\hat{\beta ^U_d}} = ({X^T}'X^T)^{-1}{X^T}'y^T - ({X^C}'X^C)^{-1}{X^C}'y^C \end{aligned}$$
(3)

is called the double model estimator of the parameter vector \(\beta ^U\).

Notice, that the estimator can be written as \({\hat{\beta ^U_d}}={\hat{\beta ^T}}-{\hat{\beta ^C}}\) where \({\hat{\beta ^T}}=({X^T}'X^T)^{-1}{X^T}'y^T\) and \({\hat{\beta ^C}}=({X^C}'X^C)^{-1}{X^C}'y^C\) are classical Ordinary Least Squares (OLS) estimators (Heumann et al. 2013) built independently in both groups.

Now we will look at the properties of the estimator in case when the matrix X is fixed (constant) which is typically considered in statistical textbooks (Heumann et al. 2013; Greene 2003). The case is of some practical importance in designed experiments, where the matrix X is under full control of the researcher, however for us it will serve mainly to illustrate some of the points we are going to make, since in most data mining applications the matrix X is random.

Theorem 1

Assume that the predictor matrix X is fixed. Then the double model estimator \({\hat{\beta ^U_d}}\) is BLUE (Best Linear Unbiased Estimator).

The proof of this and the remaining theorems can be found in the Appendix.

From the theorem we can conclude that for fixed predictors the double model approach is in a certain sense optimal. Therefore, in order to find better estimators for uplift regression, the case of random predictors must be considered. Let us first give some results on the behavior of the double model estimator in this case. The following theorem shows that \({\hat{\beta ^U_d}}\) is unbiased and asymptotically normal. The theorem thus extends typical statistical analysis of linear models (see e.g. Heumann et al. 2013; Greene 2003) to the case of uplift regression.

Theorem 2

Assume that the predictor matrix X is random, \({{\mathrm{E}}}x_i=0\), and \({{\mathrm{Var}}}x_i=\varSigma \). Assume further, that complete randomization was used. Then

  1. 1.

    \({\hat{\beta ^U_d}}\) is unbiased, i.e. \({{\mathrm{E}}}{\hat{\beta ^U_d}}=\beta ^U\),

  2. 2.

    if, in addition, each row \(x_i\) of matrix the matrix X follows the normal distribution \(\mathcal {N}_p(0,\varSigma )\) then \({{\mathrm{Var}}}{\hat{\beta ^U_d}} = \left( \frac{(\sigma ^T)^2}{n^T-p-1}+\frac{(\sigma ^C)^2}{n^C-p-1}\right) {\varSigma }^{-1}\),

  3. 3.

    if \(n\rightarrow \infty \) with the proportions \(q^T\), \(q^C\) fixed, then \(\sqrt{n}\left( {\hat{\beta ^U_d}}-\beta ^U\right) \xrightarrow {d} \mathcal {N}\left( 0,\left( \frac{(\sigma ^T)^2}{q^T}+\frac{(\sigma ^C)^2}{q^C}\right) {\varSigma }^{-1}\right) \).

The third part of the theorem states that for large n the estimator is approximately normally distributed and its covariance matrix is approximately equal to

$$\begin{aligned} {{\mathrm{Var}}}{{\hat{\beta ^U_d}}} \approx \frac{1}{n}\left( \frac{(\sigma ^T)^2}{q^T}+\frac{(\sigma ^C)^2}{q^C}\right) {\varSigma }^{-1}. \end{aligned}$$

Asymptotic variance is a convenient and frequently used tool to compare statistical models (Greene 2003).

For finite samples the covariance matrix can easily be computed only for normally distributed \(x_i\)’s as shown in part 2. When the distribution of the covariates is not normal the situation may be very different as shown in the following example.

Example 1

Consider two binary predictor variables, independent of each other, each taking the value of 1 with probability \(\frac{1}{2}\). Construct a data matrix \(X\in \mathbb {R}^{n\times 2}\) by taking an n element sample from the joint distribution of the two variables. It is easy to see that the columns of X are equal with probability \(\frac{1}{2^n}\). As a result, with probability \(\frac{1}{2^n}\) the matrix \(X'X\) is singular and an OLS estimator using X as predictors is undefined. Of course, even if the singularity is avoided the columns may become almost identical leading to an ill-conditioned \(X'X\) matrix.

The double model estimator uses two separate models, each trained on a subset of the full dataset. Splitting the training data makes problems described in the above example worse (Muirhead 2005). The question therefore arises whether one can build a better model by estimating \(\beta ^U\) directly on the whole dataset. Developing such models is currently the main research area in uplift modeling. In the next section we present and analyze one such estimator based on an outcome variable transformation.

2.2 The uplift regression estimator

The idea of using outcome variable transformations to build uplift models has first been proposed for classification. The idea is quite simple: the class in the control training set is reversed, both training sets are concatenated (possibly with some weighting of cases) and a single classifier is built on such a combined dataset. The approach was first mentioned by Lai (2006), rediscovered and formally justified in Jaśkowski and Jaroszewicz (2012), some additional analyses were provided in Kane et al. (2014).

As it turns out, the method can be adapted to the regression setting. Consider the following transformation \({\tilde{y}}\) of the target variable y:

$$\begin{aligned} {\tilde{y_i}} = {\left\{ \begin{array}{ll} \frac{1}{q^T}y_i &{} \text{ if } g_i=T,\\ -\,\frac{1}{q^C}y_i &{} \text{ if } g_i=C\\ \end{array}\right. } \end{aligned}$$
(4)

and define

Definition 2

A vector \({{\hat{\beta }}^{U}_{z}}\) given by the formula

$$\begin{aligned} {{\hat{\beta }}^{U}_{z}} = \left( {X}'X\right) ^{-1}{X}'{\tilde{y}} \end{aligned}$$
(5)

is called the uplift regression estimator of the parameter vector \(\beta ^U\).

The outcome in the control group is reversed similarly to the case of classification, but special weighting factors are required to obtain correct estimates. For example, when \(q^T=q^C=\frac{1}{2}\) then the target needs to be multiplied by 2. The reason for this scaling becomes clear in the proof of Theorem 3 below, but we will first provide an intuitive explanation.

Take random variables \(y_i\in \mathbb {R}\), \(x_i\in \mathbb {R}^p\) and \(g_i\in \{T,C\}\) understood as the response, predictors, and group assignment of case i. Define \({\tilde{y}}_i\) as in (4). We have

$$\begin{aligned} {{\mathrm{E}}}{\tilde{y}}_i|x_i&= {{\mathrm{E}}}_{g_i}{{\mathrm{E}}}({\tilde{y}}_i|g_i,x_i)\\&= P(g_i=T){{\mathrm{E}}}\left( {\tilde{y}}_i|g_i=T,x_i\right) + P(g_i=C){{\mathrm{E}}}\left( {\tilde{y}}_i|g_i=C,x_i\right) \\&= q^T{{\mathrm{E}}}\left( \frac{1}{q^T}y_i|g_i=T,x_i\right) + q^C{{\mathrm{E}}}\left( -\frac{1}{q^C}y_i|g_i=C,x_i\right) \\&= {{\mathrm{E}}}\left( y_i|g_i=T,x_i\right) - {{\mathrm{E}}}\left( y_i|g_i=C,x_i\right) , \end{aligned}$$

where the first equation follows from the law of total expectation (Billingsley 1995, Chapter 34) and the second from the definition of \({\tilde{y}}_i\). It can be seen that the expectation of the transformed target variable equals the desired expected difference between responses in the treatment and control groups for an individual described by a feature vector \(x_i\).

Another way to look at this estimator is to rewrite it as

$$\begin{aligned} {{\hat{\beta }}^{U}_{z}} = \frac{1}{q^T}\left( {X}'X\right) ^{-1}{X^T}'y^T - \frac{1}{q^C}\left( {X}'X\right) ^{-1}{X^C}'y^C, \end{aligned}$$

which reveals that it is the double model estimator where the matrices \(({X^T}'X^T)^{-1}\) and \(({X^C}'X^C)^{-1}\) are replaced with an estimate \((X'X)^{-1}\) made on the full dataset (Heumann et al. 2013). Recall that due to randomization the true underlying covariance matrices are identical in the treatment and control groups (Robins and Hernán 2018), so one can expect that this estimate will be better than both \(({X^T}'X^T)^{-1}\) and \(({X^C}'X^C)^{-1}\). For example, looking at the binary data from Example 1 one concludes that the probability of observing a singular predictor matrix in the uplift regression estimator is \(\frac{1}{2^n}\) compared to \(\frac{1}{2^{\min \{n^T,n^C\}}}\) for the double model. This is a very significant difference in favor of \({\hat{\beta ^{U}_{z}}}\). See Muirhead (2005) for quantitative results for normally distributed data.

The following theorem shows that, usually, those gains are, unfortunately, offset by other negative factors.

Theorem 3

Assume that the predictor matrix X is random, \({{\mathrm{E}}}x_i=0\), and \({{\mathrm{Var}}}x_i=\varSigma \). Assume further, that complete randomization was used. Then

  1. 1.

    \({\hat{\beta ^{U}_{z}}}\) is unbiased,

  2. 2.

    if in addition \(x_i\sim \mathcal {N}(0,\varSigma )\) and \(n\rightarrow \infty \) with the proportions \(q^T\), \(q^C\) fixed, then

    $$\begin{aligned} \sqrt{n}({\hat{\beta ^U}}-\beta ^U) \xrightarrow {d} \mathcal {N}\left( 0,{\varSigma }^{-1}\left( \frac{(\sigma ^T)^2}{q^T}+\frac{(\sigma ^C)^2}{q^C}\right) + bb' + {\varSigma }^{-1}{{\mathrm{Tr}}}(bb'\varSigma )\right) , \end{aligned}$$

    where \(b = \sqrt{\frac{q^C}{q^T}}\beta ^T+\sqrt{\frac{q^T}{q^C}}\beta ^C\).

We see that an additional quantity now appears in the asymptotic variance. To gain some intuition on how large it can become, assume \(\varSigma =I\) and look at the trace of the asymptotic covariance, i.e. the sum of variances of all the coefficients. We have (noting that \({{\mathrm{Tr}}}(I)=p\) and \({{\mathrm{Tr}}}(bb')=\Vert b\Vert ^2\), see e.g. Heumann et al. 2013)

$$\begin{aligned} {{\mathrm{Tr}}}{{\mathrm{Var}}}{\hat{\beta ^{U}_{z}}}&\approx \frac{1}{n}{{\mathrm{Tr}}}\left( I\left( \frac{(\sigma ^T)^2}{q^T}+\frac{(\sigma ^C)^2}{q^C}\right) + bb' + I{{\mathrm{Tr}}}(bb')\right) \\&= \frac{p}{n}\left( \frac{(\sigma ^T)^2}{q^T}+\frac{(\sigma ^C)^2}{q^C}\right) + \frac{(p+1)\Vert b\Vert ^2}{n}. \end{aligned}$$

Thus the trace of the variance exceeds that of the double model estimator by \((p+1)\Vert b\Vert ^2/n\), where the vector b is given in Theorem 3. Since the vector b can be arbitrarily large, the variance of \({\hat{\beta ^{U}_{z}}}\) can be arbitrarily worse than that of the double model approach.

Fig. 1
figure 1

Probability density functions of response variables in the double model (upper) and uplift regression (lower) conditional on a fixed feature vector x

Another issue to note is that, unlike other results in this paper and classical OLS analysis (Greene 2003), the second part of the theorem requires normally distributed predictors even in the asymptotic case. If the distribution is not normal the variance may be even larger depending on the fourth moments of \(x_i\) (for details see the proof, where a quartic form of \(x_i\) appears).

There is however a special case when uplift regression performs well:

Observation 1

If in Theorem 3 the vector b is zero, the asymptotic variance of uplift regression is identical to that of the double model approach. It is the case, for example, if \(q^T = q^C = \frac{1}{2}\) and \(\beta ^T = -\beta ^C\).

The experimental section will show that in this special (and rather unusual) case the method is actually superior to the other two methods analyzed in this paper. In the next section we provide an improved estimator, whose derivation is based on the above observation. But first let us give an intuition behind the increased variance of the uplift regression estimator and identify cases when it is most useful.

Figure 1 gives the intuition behind the increased variance of \({\hat{\beta ^{U}_{z}}}\). The figure shows example probability density functions of response variables in the double model (upper) and uplift regression (lower) for a given fixed feature vector x. The plots can also be interpreted as densities of random error terms \(\varepsilon ^T\), \(\varepsilon ^C\), \(\varepsilon ^U_z\) centered on the predicted expected values. The chart assumes \(q^T=q^C=\frac{1}{2}\), \(x\beta ^T=5\), \(x\beta ^C=4\). In the double model approach both error terms have narrow densities with variances \((\sigma ^T)^2\) and \((\sigma ^C)^2\) respectively. On the other hand, the density of the error term in the uplift regression model is bimodal and much wider than both the treatment and control errors. This is a result of reversing the sign of \(x\beta ^C\) which brings it further apart from \(x\beta ^T\), as marked by the arrows in the picture. Notice however that the expected value coincides with \(x\beta ^U\) as desired.

In classical linear regression analysis the variance of the error term directly influences the covariance of estimated coefficients (Heumann et al. 2013; Greene 2003), and the wider bimodal distribution clearly has higher variance. Indeed, using the law of total variance (Billingsley 1995, Chapter 34) we get

$$\begin{aligned} {{\mathrm{Var}}}{{\tilde{y}}|x}&= {{\mathrm{E}}}_g{{\mathrm{Var}}}{{\tilde{y}}|x,g} + {{\mathrm{Var}}}_g{{\mathrm{E}}}{{\tilde{y}}|x,g}\\&= q^T\frac{1}{(q^T)^2}(\sigma ^T)^2 + q^C\frac{1}{(q^C)^2}(\sigma ^C)^2 + {{\mathrm{Var}}}_g {\left\{ \begin{array}{ll} \frac{1}{q^T}x\beta ^T &{} \text{ if } g=T\\ -\,\frac{1}{q^C}x\beta ^C &{} \text{ if } g=C\\ \end{array}\right. }\\&= \frac{(\sigma ^T)^2}{q^T} + \frac{(\sigma ^C)^2}{q^C} + xq^Tq^C\left( \frac{\beta ^T}{q^T}+\frac{\beta ^C}{q^C}\right) ^2, \end{aligned}$$

where g is the random variable representing group assignment, and the last quantity is the variance of a two-point distribution. Note that the last term is equal to xb where b is the vector defined in Theorem 3, so this simple argument gives an intuitive justification of its form.

To summarize this section, we list three cases when uplift regression estimator can be useful; otherwise the double model estimator should be used, or better, the corrected uplift regression estimator proposed in the next section.

  1. 1.

    n is small (e.g. close to p) or the matrix X is ill conditioned (see e.g. Example 1) so that the gains in better estimation of \((X'X)^{-1}\) outweigh the negative effects of increased error term variance.

  2. 2.

    Error variances \((\sigma ^T)^2\) and \((\sigma ^C)^2\) are huge compared to the actual responses such that the variance in Theorem 3 is dominated by the first term.

  3. 3.

    When \(q^C\beta ^T\approx -q^T\beta ^C\). This however is rarely seen in practice where uplift is typically small and we have \(\beta ^T\approx \beta ^C\) (Radcliffe and Surry 2011).

3 The corrected uplift regression estimator

In this section we introduce a new estimator which combines the benefits of the double regression model (low asymptotic variance) with the benefits of the uplift regression model (good estimation of the \((X'X)^{-1}\) matrix for small samples). Experiments in the next section suggest that this is the model of choice for linear uplift regression.

The main idea is to introduce corrections, such that the increase in variance described in Theorem 3 is diminished as much as possible. Looking at Eqs. 1 and 2 it is easy to see that subtracting some vector \(\beta ^*\) from for both \(\beta ^T\) and \(\beta ^C\) does not affect \(\beta ^U\) which is the quantity of interest.

Pick \(\beta ^*=q^C\beta ^T+q^T\beta ^C\). After subtracting \(\beta ^*\) from \(\beta ^T\) and \(\beta ^C\) the vector b from Theorem 3 becomes

$$\begin{aligned}&\sqrt{\frac{q^C}{q^T}}(\beta ^T-\beta ^{*}) +\sqrt{\frac{q^T}{q^C}}(\beta ^C-\beta ^{*})\\&\quad =\sqrt{\frac{q^C}{q^T}}(\beta ^T-q^C\beta ^T-q^T\beta ^C) +\sqrt{\frac{q^T}{q^C}}(\beta ^C-q^C\beta ^T-q^T\beta ^C) = 0, \end{aligned}$$

so after making such a correction the increased variance of the uplift regression model would not be observed.

Unfortunately we cannot directly modify coefficient vectors \(\beta ^T\) and \(\beta ^C\). We do not even know their exact values needed to compute \(\beta ^*\). To solve the second problem we will estimate \(\beta ^*\) from data. Define:

$$\begin{aligned} y_{i}^{*}= {\left\{ \begin{array}{ll} \frac{q^C}{q^T}y_{i}, &{} \text {if}\ g_{i}=T \\ \frac{q^T}{q^C}y_{i}, &{} \text {if}\ g_{i}=C, \end{array}\right. } \end{aligned}$$

and use the following estimator (i.e. the classical least squares estimator Heumann et al. 2013) applied to variable \(y^{*}\)

$$\begin{aligned} {\hat{\beta ^{*}}}=(X'X)^{-1}X'y^{*}. \end{aligned}$$
(6)

Since we cannot modify the true coefficient vectors \(\beta ^T\) and \(\beta ^C\), we will instead modify (correct) the target vector y by subtracting \(X{\hat{\beta ^{*}}}\) from it. As a result we obtain the following two-stage estimator.

Definition 3

A vector \({\hat{\beta ^{U}_{c}}}\) given by the formula

$$\begin{aligned} {\hat{\beta ^{U}_{c}}}= (X'X)^{-1}X'{\widetilde{y_c}} \end{aligned}$$

where

$$\begin{aligned} y_c = y - X{\hat{\beta ^{*}}} \end{aligned}$$

and

$$\begin{aligned} {\hat{\beta ^{*}}} =(X'X)^{-1}X'y^{*} \end{aligned}$$

is called the corrected uplift regression estimator of the parameter \(\beta ^U\).

The \({\widetilde{y_c}}\) is the result of applying Eq. 4 to \(y_c\), and the estimator is in fact the uplift regression estimator from Definition 2 with the target vector y replaced by a corrected target vector \(y_c\).

It is not obvious that such a two step regression procedure will give an improved estimator, since the correction may increase the variance of individual error terms (Heumann et al. 2013; Greene 2003). The following theorem shows that we do indeed obtain an improvement.

Theorem 4

Assume that the predictor matrix X is random, \({{\mathrm{E}}}x_i=0\), and \({{\mathrm{Var}}}x_i=\varSigma \). Assume further that complete randomization was used. Then

  1. 1.

    \({\hat{\beta ^{*}}}\) is an unbiased estimator of \(\beta ^*\),

  2. 2.

    \({\hat{\beta ^{U}_{c}}}\) is an unbiased estimator of \(\beta ^U\),

  3. 3.

    if \(n\rightarrow \infty \) with the proportions \(q^T\), \(q^C\) fixed, then \(\sqrt{n}({\hat{\beta ^U}}-\beta ^U) \xrightarrow {d} N\left( 0,\left( \frac{{\sigma ^T}^2}{q^T}+\frac{{\sigma ^C}^2}{q^C}\right) {\varSigma }^{-1}\right) \).

It can be seen that the corrected estimator has the same asymptotic distribution as the double regression estimator, thus recovering its low asymptotic variance. Furthermore, both estimators \({\hat{\beta ^{*}}}\) and \({\hat{\beta ^{U}_{c}}}\) are computed based on the full dataset using better estimates of \((X'X)^{-1}\), as does the uplift regression estimator. Notice also that the assumption of normality is no longer needed to compute asymptotic variance, in line with classical OLS (Greene 2003).

Finite sample variance of the corrected estimator proved difficult to compute but the experiments in the next section demonstrate that for small n it is superior to both double model and uplift regression estimators. Its performance becomes identical the double model approach as the sample size becomes large. Since the cost of computing the corrected estimator is not much larger than that of computing the other two estimators, we believe it is the estimator of choice for uplift linear regression.

4 Experimental evaluation

We will now evaluate the three proposed estimators on synthetic data and on two real life datasets. This way we are going to verify the theoretical results presented in the previous sections, and analyze the estimators’ behavior on finite samples and real data which may not follow theoretical assumptions.

4.1 Synthetic data

We first evaluate the three estimators on synthetic data in order to illustrate their behavior in a controlled setting. We begin by describing our data generation procedure.

For each \(p=5, 20, 100\) we generated a random matrix X for growing values of n. Each row \(x_i\) of X is generated from the multivariate normal distribution \(\mathcal {N}(0,I)\), with zero mean and unit covariance matrix. Each sample is assigned to treatment or control group using complete randomization with equal group proportions \(q^T=q^C=\frac{1}{2}\). If n is odd, we arbitrarily choose \(n^T=n^C+1\). The outcome variables are then generated based on Eqs. 1 and 2 with \(\varepsilon ^T_i,\varepsilon ^C_i\sim \mathcal {N}(0,1)\).

The vectors \(\beta ^T\) and \(\beta ^C\) are generated randomly, in such a way that \(\Vert \beta ^T\Vert =\Vert \beta ^C\Vert =1\) and the angle between the two vectors has a specified value. This way we are able to perform tests for large and small uplift (compared to the responses) and simulate the special case from Observation 1. We tested with three different angles: \(\frac{\pi }{10}\), corresponding to the case of small uplift frequently encountered in practice; \(\pi \), corresponding to an ideal case for the uplift regression model, and an intermediate value of \(\frac{\pi }{2}\).

To measure model performance we compare the estimated \({\hat{\beta ^U}}\) with the true \(\beta ^U=\beta ^T-\beta ^C\) using the squared error

$$\begin{aligned} \Vert {\hat{\beta ^U}}-\beta ^U\Vert ^2. \end{aligned}$$

Since in this experiment we use synthetic data, the true \(\beta ^U\) is known, and the error measure can be computed directly using coefficients estimated from the model. For each value of the angle, each estimator and each value of n the experiment has been repeated 100 times and the results averaged. We have only used \(n\ge 2p\) to avoid having less records than variables in the double model. The results are shown in Table 1 and Figs. 2, 3 and 4.

Table 1 shows the actual values of squared errors for various estimators, angles between \(\beta ^T\) and \(\beta ^C\), and sample sizes n. Let us first look at angles \(\pi /10\) and \(\pi /2\). It can be seen that for very small samples the double estimator has an extremely large error. This is the result of poor estimation of \(({X^T}'X^T)^{-1}\) and \(({X^C}'X^C)^{-1}\) since \(n^T\) and \(n^C\) are only slightly larger than p or even equal to it (see Muirhead 2005 for exact distributions of those matrices). The uplift regression estimator is better than the double estimator for relatively small n but quickly becomes worse. This shows that its applicability is in fact limited. On the other hand, the corrected uplift regression estimator is consistently better than both competitors even for thousands of training records and becomes comparable with the double estimator only for \(n\approx 10^4\). Moreover, for \(p=100\) it maintains its lead for all n.

The last three columns of Table 1 show the case when \(\beta ^T = -\beta ^C\) (angle equal to \(\pi \)) which should be optimal for the uplift regression model by Observation 1. We see that this is indeed the case: this model performs much better than the double estimator for a wide range of sample sizes. The corrected model is, however, not much worse and it actually performs better for very small n. Moreover the case of such a strong uplift rarely occurs in practice (Radcliffe and Surry 2011).

Overall the results fully confirm our theoretical analysis given in the previous two sections:

  1. 1.

    The uplift regression estimator outperforms the double estimator for small n due to better estimation of the matrix \((X'X)^{-1}\), for larger values of n it becomes significantly worse. In Table 1 its error is often more than twice as large.

  2. 2.

    The corrected uplift regression estimator combines the benefits of the two other estimators and outperforms them both for all n. One exception is the case \(\beta ^T = -\beta ^C\), which is artificial and unlikely to occur in practice.

  3. 3.

    As n tends to infinity the errors of all models tend to zero. They all consistently estimate \(\beta ^U\).

Fig. 2
figure 2

Fraction of cases for which uplift and corrected uplift estimators are better than the double model estimator in terms of \(\Vert {\hat{\beta ^U}}-\beta ^U\Vert ^2\) for \(p=5\)

Fig. 3
figure 3

Fraction of cases for which uplift and corrected uplift estimators are better than the double model estimator in terms of \(\Vert {\hat{\beta ^U}}-\beta ^U\Vert ^2\) for \(p=20\)

Fig. 4
figure 4

Fraction of cases for which uplift and corrected uplift estimators are better than the double model estimator in terms of \(\Vert {\hat{\beta ^U}}-\beta ^U\Vert ^2\) for \(p=100\)

One last issue requires a comment. Notice that, in the table, errors for the double estimator are exactly the same regardless of the angle between \(\beta ^T\) and \(\beta ^C\). To see why this is the case, rewrite

$$\begin{aligned} {\hat{\beta ^U_d}}-\beta ^U&= ({X^T}'X^T)^{-1}{X^T}'y^T-({X^C}'X^C)^{-1}{X^C}'y^C - \beta ^T + \beta ^C\\&=({X^T}'X^T)^{-1}{X^T}'(X^T\beta ^T+\varepsilon ^T)-({X^C}'X^C)^{-1}{X^C}'(X^C\beta ^C+\varepsilon ^C)\\&\qquad -\, ({X^T}'X^T)^{-1}{X^T}'X^T\beta ^T + ({X^C}'X^C)^{-1}{X^C}'X^C\beta ^C\\&=({X^T}'X^T)^{-1}{X^T}'\varepsilon ^T-({X^C}'X^C)^{-1}{X^C}'\varepsilon ^C \end{aligned}$$

and note that the resulting quantity does not depend on \(\beta ^T,\beta ^C\). Since we use the same random seed for each angle, the double estimator was trained on the same X and \(\varepsilon \) in each case, yielding identical estimates.

Table 1 Squared errors \(\Vert {\hat{\beta ^U}}-\beta ^U\Vert ^2\) averaged over 100 experiments

Another kind of comparison is shown in Figures 2, 3 and 4, where we compare the fractions of random samples where uplift and corrected uplift estimators are better than the double model estimator in terms of the squared error \(\Vert {\hat{\beta ^U}}-\beta ^U\Vert ^2\). The fractions are shown as functions of n for various angles between \(\beta ^T\) and \(\beta ^C\), for \(p=5,20,100\). When a plot hovers around 0.5 (horizontal line), the models are comparable. The figure confirms our earlier analysis: for small n both estimators outperform the double model. For larger n the uplift regression estimator performs poorly except for the special case \(\beta ^T=-\beta ^C\). The proposed, corrected uplift regression estimator performs well in all cases, especially in the practically important case of small uplift, when \(\beta ^T\approx \beta ^C\). In this case the advantage does not vanish even for \(n=10{,}000\) and is especially pronounced for \(p=100\), where the corrected model is better in all cases.

Overall, we believe that Figures 2, 3 and 4 demonstrate that it is beneficial to use the corrected model, even if the reduction in the error is small (Table 1, large values of n). Its computational complexity is not much larger than that of the double model and the results are consistently better, especially for larger values of p.

4.2 Real data: a social program

In this section we describe the experiments we performed on the first real dataset. We begin by describing the dataset and the experimental methodology, later we present actual results.

4.2.1 Description of the dataset

The dataset we use comes from a program (called OSNAP) to motivate children to higher physical activity (Giles et al. 2016). The data describes 401 children who have been randomly split into two groups: these who participated in the OSNAP program, and remaining ones who did not. Children’s activity was measured using special equipment. We will focus on the outcome variable tot_dur_mv1, which describes daily minutes of overall moderate to vigorous physical activity. We chose this variable since this is the principal indicator in the study. Because each child was observed for several days we average the observations for each child.

We first removed all post-randomization variables: valdays, mn_avgfree_outdoor, mn_avgfree_indoor, mn_avgstruc_outdoor, mn_avgstruc_indoor, allmean_min_wr, mn_avgfreepa. Further, we removed the variables mn_pctdavg_mean_temp26p and pctdavg_mean_temp26p since they were identical to a third variable. This dataset is called \(\text{ OSNAP }_1\). Additionally, we created a set \(\text{ OSNAP }_2\) by removing the following variables which were highly correlated with each other: mtype, mn_avgpa, mn_avginpa, mn_avgstrucpa, mn_avgfree_indoor, grade (we did keep indicators for each specific grade), gradeK_2, mn_avgoutpa, and pair. There are 34 variables in the \(\text{ OSNAP }_1\) dataset and 24 variables in \(\text{ OSNAP }_2\). This way we obtained two training sets with differing levels of collinearity (Heumann et al. 2013).

4.2.2 Methodology

Since for real data we do not have access to true coefficient vectors, we had to use test sets. The treatment and control groups have both been randomly split into two parts, creating treatment and control train and test sets. The models were of course built on the training sets. The use of the test sets requires additional discussion.

Since we do not know the true model coefficients, we decided to compare model’s predictive performance. This, however, is also difficult since, due to the Fundamental Problem of Causal Inference (see Sect. 1 and Holland 1986), for each case we only know its outcome after the treatment or without it. As a result, the true gain with which models’ prediction should be compared is never known at the level of individual data records (Radcliffe and Surry 2011; Rzepakowski and Jaroszewicz 2012). To solve this problem we will compare model predictions with actual outcomes on subsets of records. Similar ideas have been used to test other approaches to causal inference (Shalit et al. 2017) and to test classification uplift models (Radcliffe and Surry 2011; Rzepakowski and Jaroszewicz 2012).

Let \(S\subseteq \{1,\ldots ,n\}\) be indices of cases in such a subset. Of course S should only contain test cases. Define \(S^T=\{i\in S: g_i=T\}\) and \(S^C=\{i\in S: g_i=C\}\). We will use the following absolute error measure to assess model performance

$$\begin{aligned} \left| \frac{1}{|S^T|}\sum _{i\in S^T}x_i{\hat{\beta ^U}}-\left( \frac{1}{|S^T|}\sum _{i\in S^T}y_i^T-\frac{1}{|S^C|}\sum _{i\in S^C}y_i^C\right) \right| , \end{aligned}$$
(7)

that is we compare average uplift over all cases in \(S^T\), as predicted by the model, with uplift over \(S^T\) computed based on actual outcomes in this subset. We pick subsets which are continuous slices of given width along a random projection. To select a subset we first generate a random vector and project the data onto this vector. Let \(p\in [0,1]\) be the proportion of cases which should be included in S. We pick for S indices of all cases whose projections fall between quantiles r and \(r+q\), where r is generated uniformly at random from \([0,1-p]\). We chose three possible values for p: 10, 50 and \(100\%\); the last value amounts to comparing true and predicted uplift on the full test set.

The whole process was repeated 1000 times and the results averaged to make the experiments repeatable.

4.2.3 Results

The results for \(\text{ OSNAP }_1\) are shown in Fig. 5 and for \(\text{ OSNAP }_2\) in Fig. 6. The training set contained 110 cases in both treatment and control groups. The test sets were of similar size.

It can be seen that the size of the test subset does not affect the results. It is evident that when highly correlated variables are present the double model fails completely. This is due to the fact that some of those variables are categorical, and, even though \(X'X\) is nonsingular, either \({X^T}'X^T\) or \({X^C}'X^C\) may be; see Example 1. Both other estimators provide meaningful results with the proposed corrected estimator giving vastly superior estimates.

When highly correlated variables are removed (\(\text{ OSNAP }_2\) dataset, Fig. 6) the performance of the double model improves dramatically. It is now much better than the uplift estimator, however the proposed corrected estimator maintains its lead.

Fig. 5
figure 5

Differences between predicted and true uplift for three estimators on the \(\text{ OSNAP }_1\) data computed on random subsets of size 10, 50, and 100%. \(n^T=n^C =110\). The models used are the double regression model (double), the uplift regression model based on target variable transformation (uplift) and the proposed corrected uplift regression model (corrected)

Fig. 6
figure 6

Differences between predicted and true uplift for three estimators on the \(\text{ OSNAP }_2\) data computed on random subsets of size 10, 50, and 100%. \(n^T=n^C = 110\). The models used are the double regression model (double), the uplift regression model based on target variable transformation (uplift) and the proposed corrected uplift regression model (corrected)

While testing on full data (rightmost figures results for other test set sizes are similar), the averaged absolute error (Eq. 7) of the double model was 2.96 and of the corrected model 2.42. This is a decrease of about 18%. Moreover, the corrected uplift regression model was more accurate than the double regression model in 73.4% of the subsamples. This shows that on the \(\text{ OSNAP }_2\) data, the proposed approach is clearly superior. The corrected model is not much more expensive to build, but offers systematically lower prediction errors.

4.2.4 Interpretation of the models

To further validate the presented approach, in this section we analyze coefficients of the three proposed models on the \(\text{ OSNAP }_2\) data.

The coefficients were obtained by building the models on the full \(\text{ OSNAP }_2\) dataset, but to evaluate the significance of the coefficients we used subsampling estimates (Politis et al. 1999) of standard deviations of the coefficients. To this end we sampled 66% of the data 1000 times, built the three models on each subsample and computed standard deviations of the coefficients over the subsamples. Table 2 lists coefficients which were at least one standard deviation away from zero for at least one model.

Table 2 Averaged coefficients for variables in the \(\text{ OSNAP }_2\) data

It can be seen that the double model and the corrected uplift regression produced very similar coefficients, with almost identical significance patterns. Uplift regression coefficients have much larger absolute values, and more of them are significant (but usually only at 1 standard deviation). Overall, however, the signs of coefficients were identical (a significant exception being mn_mean_temp26p discussed below) suggesting that all models discovered similar phenomena.

We tried to verify the coefficients using external sources. The original OSNAP paper (Giles et al. 2016) did little stratified analysis, indicating only that sex did not significantly influence outcomes and that children in the first grade responded more positively. We found that sex has a mild influence on program success, but the results are not strongly significant; the second statement is reflected in Table 2, indicators for \(\mathtt {grade}>2\) all have negative coefficients, but the results are only mildly significant.

We have also found two papers (Harrison et al. 2017; Edwards et al. 2015) discussing the effect of weather on children’s physical activity. While they are purely observational studies, both indicate strong influence of outside temperature. Our models indicate that temperature is important also when one tries to actively encourage children to exercise (variable mn_mean_temp26p: mean temperature between 2 and 6 p.m.). Surprisingly the uplift regression model gave negative coefficient value in this case. We were unable to explain this phenomenon. The ndays_precip variable indicates the number of rainy days during the study period. In Harrison et al. (2017) and Edwards et al. (2015) it was shown that precipitation is negatively correlated with exercise, but our models suggest, that in those cases encouragement can actually be more effective.

The gtmeter variable which was found significant by the double model and the corrected uplift regression is related to the type of physical activity meter used. We find it plausible that the type of meter influences the measurements. This may indicate that using different types of meters in the study might have affected the final results.

4.3 Real data: a marketing campaign

In this section we evaluate model performance on a real life marketing dataset obtained from Kevin Hillstrom’s MineThatData blog (Hillstrom 2008). It contains results of an e-mail campaign for an Internet based retailer. The dataset contains information about 64,000 customers and includes basic features such as the amount of money spent in the previous year or when the last purchase was made. A total of 10 variables is available. The customers have been randomly split into three groups: the first received an e-mail campaign advertising men’s merchandise, the second, a campaign advertising women’s merchandise, and the third was kept as control. Our target variable was the amount spent by each person during the two weeks following the campaign (Hillstrom 2008). We combined both e-mail groups into a single treatment group.

Fig. 7
figure 7

Model performance on a direct marketing campaign dataset. Sample size is the sum of treatment and control group sizes, treatment group size being 2/3 of the total. The models used are the double regression model (double), the uplift regression model based on target variable transformation (uplift), and the proposed corrected uplift regression model (corrected)

Since the data is fairly large, but contains few variables, we compare performance of the three analyzed models for increasing sample sizes. We used the same testing methodology as for the OSNAP data. The test sets were randomly selected 50% subsets of treatment and control groups. Training sets of various sizes were sampled from the remaining records. The train/test selection procedure was repeated 1000 times and the results averaged. The outcomes are shown in Fig. 7. The left chart shows the averaged absolute error (Eq. 7), with \(S^T\) and \(S^C\) being full treatment and control test sets. The right chart shows the proportion of subsamples on which one of the models was better than another for all three pairs of models.

The left chart shows that all models’ errors become almost identical for \(n\approx 1000\), but for lower n the differences are more pronounced. The right chart shows, that even for larger n, the differences remain detectable. Overall the advantage of corrected uplift regression model over the double model is clear and quite stable. Its advantage over uplift regression is smaller but still visible.

Good performance of the uplift regression model (which consistently outperforms the double model until n reaches about 1000) requires a comment since it seems to contradict our earlier results. We believe this to be a result of a specific target variable distribution: most customers made no purchase at all. Out of 64,000 customers, only 578 made a purchase and, as a result, the distribution of the target variable has a sharp peak at 0. Most target values are thus unaffected by the outcome variable transformation given in Eq. 4 and the phenomenon shown in Fig. 1 does not occur.

5 Conclusions, limitations and future research

The paper presented a detailed analysis of current approaches to uplift regression: the double model approach and the approach based on outcome variable transformation. Contrary to popular belief (Radcliffe and Surry 2011; Kuusisto et al. 2014; Guelman et al. 2012), we found that the double model approach usually performs much better than the outcome transformation approach. Based on our analysis we also proposed a third estimator, which combines the benefits of both methods, and which we believe to be the estimator of choice for uplift regression.

A limitation of the proposed method is that the theoretical framework currently only applies to linear regression. We believe this to be an important first step, future work will involve extending the above analysis to other kinds of machine learning models. Another limitation is that, currently, the influence of regularization on model performance is not included in the analysis. Future research will address designing optimal regularization strategies for uplift regression.