Customer Attrition Management

1 minute read

The objective of the case study was to develop a predictive model to manage customer churn at a wireless telecom company. Once the model was developed, an incentive plan was made to encourage would-be-churners to remain with the company.

The dataset consisted of 75 potential predictors and 71,047 customers. The data was divided into Calibration and Validation datasets having 40,000 and 31,047 customers respectively. An additional “Churn” variable indicated whether the customer left the company within two-months of observation or stayed. Although, the company had 2% churners at the time, to ensure a better estimation of the model, the Calibration dataset had been set to include roughly 50% churners. The validation dataset had the usual 2% churners. Logistic Regression was employed to classify customers as churners or non-churners. The usual procedures were followed for development and model evaluation. The Concordance, Gain chart and Lift Chart indicated that the model was working satisfactorily and the churn rate was heavily dependent on a customer’s mean overage minutes of use, percentage change in minutes of use, months in service, handsets issued, age of the current equipment, and number of calls made to retention team.

Here is the ROC curve.

ROC Curve

Visit the Github Repository here.
Directly download the final report with complete analysis and results here.