MLLGAPDec 21, 2017

Profit Driven Decision Trees for Churn Prediction

arXiv:1712.08101v1126 citations
Originality Incremental advance
AI Analysis

This work addresses the problem of unprofitable customer retention campaigns for businesses by providing an interpretable, profit-driven model, though it is incremental as it builds on existing EMPC metrics and evolutionary algorithms.

The paper tackled the misalignment between churn prediction models optimized for accuracy and business profit maximization by developing ProfTree, a decision tree classifier that integrates the EMPC metric, resulting in significant profit improvements over traditional methods in real-world telecommunication datasets.

Customer retention campaigns increasingly rely on predictive models to detect potential churners in a vast customer base. From the perspective of machine learning, the task of predicting customer churn can be presented as a binary classification problem. Using data on historic behavior, classification algorithms are built with the purpose of accurately predicting the probability of a customer defecting. The predictive churn models are then commonly selected based on accuracy related performance measures such as the area under the ROC curve (AUC). However, these models are often not well aligned with the core business requirement of profit maximization, in the sense that, the models fail to take into account not only misclassification costs, but also the benefits originating from a correct classification. Therefore, the aim is to construct churn prediction models that are profitable and preferably interpretable too. The recently developed expected maximum profit measure for customer churn (EMPC) has been proposed in order to select the most profitable churn model. We present a new classifier that integrates the EMPC metric directly into the model construction. Our technique, called ProfTree, uses an evolutionary algorithm for learning profit driven decision trees. In a benchmark study with real-life data sets from various telecommunication service providers, we show that ProfTree achieves significant profit improvements compared to classic accuracy driven tree-based methods.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes