Refer to the scenario in Problem 47 regarding the identification of churning cellphone customers. Apply a classification

Question:

Refer to the scenario in Problem 47 regarding the identification of churning cellphone customers. Apply a classification tree to classify observations as churning or not by using Churn as the target (or response) variable. Set aside 20% of the data as a test set and use 80% of the data for training and validation.

a. Train a pruned classification tree and report its AUC from a validation experiment.

b. Consider a customer described by: AccountWeeks = 40, ContractRenewal = 1, DataPlan = 1, DataUsage = 0, CustServCalls = 6, DayMins = 82, DayCalls = 123, MonthlyCharge = 32, OverageFee = 11, and RoamMins = 11. For a cutoff value of 0.5, does the pruned tree classify this observation as churning?

c. For the best pruned tree identified in part (a), compute and interpret the lift on the top 10% of test set observations most likely to churn.

Problem 47

Telecommunications companies providing cell-phone service are interested in customer retention. In particular, identifying customers who are about to churn (cancel their service) is potentially worth millions of dollars if the company can proactively address the reason that customer is considering cancellation and retain the customer. Data on past customers, some of whom churned and some who did not, have been collected. The variables in this data set are listed in the following table.image text in transcribed

Apply logistic regression with lasso regularization to classify observations as churning or not by using Churn as the target (or response) variable. Set aside 20% of the data as a test set and use 80% of the data for training and validation.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question

Business Analytics

ISBN: 9780357902219

5th Edition

Authors: Jeffrey D. Camm, James J. Cochran, Michael J. Fry, Jeffrey W. Ohlmann

Question Posted: