SlideShare a Scribd company logo
1 of 21
N. Scott Cardell, Mikhail Golovnya, Dan Steinberg
Salford Systems
http://www.salford-systems.com
June 2003
 Churn, the loss of a customer to a competitor, is a
problem for any provider of a subscription service or
recurring purchasable
◦ Costs of customer acquisition and win-back can be high
◦ Best if churn can be prevented by preemptive action or selection
of customers less likely to churn
 Churn is especially important to mobile phone service
providers given the ease with which a subscriber can
switch services
 The NCR Teradata center for CRM at Duke identified churn
prediction as a modeling topic deserving serious study
 A major mobile provider offered data for an international
modeling accuracy and targeted marketing competition
 Data was provided for 100,000 customers with at least 6 months
of service history, stratified into a roughly equal number of
churners and non-churners
 Objective was to predict probability of loss of a customer 30-60
days into the future
 Historical information provided in the form of
◦ Type and price of handset and recency of change/upgrade
◦ Total revenue and recurring charges
◦ Call behavior: statistics describing completed calls, failed calls, voice
and data calls, call forwarding, customer care calls, directory info
◦ Statistics included mean and range for at least 3 months, last 6
months, and lifetime
◦ Demographic and geographical information, including familiar Acxiom
style variables and census-derived neighborhood summaries.
 Competition defined a sharply-defined task: churn within
a specific window for existing customers of a minimum
duration
 Challenge was defined in a way to avoid complications of
censoring that could require survival analysis models
 Each customer history was already summarized
 Data quality was good
 Vast majority of analytical effort could be devoted to
development of an accurate predictive model of a binary
outcome
Data Set Measure TreeNet
Ensemble
Single
TreeNet
2nd Best Avg. Std
Current Top Decile
Lift
2.90 2.88 2.80 2.14
(.536)
Current Gini .409 .403 .370 .269
(.096)
Future Top Decile
Lift
3.01 2.99 2.74 2.09
(.585)
Future Gini .400 .403 .361 .261
(.098)
 Single TreeNet model always better than 2nd best
entry in field
 Ensemble of TreeNets slightly better 3 out of 4
times
 Best entries substantially better than the average
 In broad telecommunications markets the added
accuracy and lift of TreeNet models over
alternatives could easily translate into millions of
dollars of revenue per year
 A modest amount of data preprocessing was undertaken
to repair and extend original data
 Some missing values could be recorded to “0”
 Select non-missing values were recorded to missing
 Experiments with missing value handling were conducted,
including the addition of missing value indicators to the
data
◦ CART imputation
◦ “All missings together” strategies in decision trees
 Missings in a separate node
 Missings go with non-missing high values
 Missings go with non-missing low values
 TreeNet was key to winning the tournament
◦ Provided considerably greater accuracy and top decile lift than any
other modeling method we tried
 A new technology, different than standard boosting,
developed by Stanford University Professor Jerome Friedman
 Based on the CART® decision tree and thus inherits these
characteristics:
◦ Automatic feature selection
◦ Invariant with respect to order-preserving transforms of
predictors
◦ Immune to outliers
◦ Built-in methods for handling missing values
 Based on optimizing an objective function
◦ e.g: Likelihood function or sum of squared errors
 Objective function expressed in terms of a target
function of the data
◦ The target function is fit as a nonparametric function of
the data
◦ The fit optimizes the objective function
 Large number of small decision trees used to
form the nonparametric estimate
 Current implementation allows:
◦ Binary classification
◦ Multinomial classification
◦ Least-squares regression
◦ Least-absolute-deviation regression
◦ M-regression (Huber loss function)
 Other objective functions are possible
 (Insert equation)
 The dependent variable, y, is coded (-1,+1)
 The target function, F(x), is ½ the log-odds ratio
 F is initialized to the log odds on the full training
data set
 (Insert equation)
◦ Equivalent to fitting data to a constant.
 Do not use all training data in any one iteration
◦ Randomly sample from training data (we used a 50%
sample)
 Compute log-likelihood gradient for each
observation
◦ (insert equation)
 Build a K-node tree to predict G(y,x)
◦ K=9 gave the best cross-validated results
◦ Important that trees be much smaller than the size of an
optimal single CART tree
 Let (insert equations)
 Update formula (insert equation)
 Repeat until T trees grown
 Select the value of m≤T that produces the
best fit to the test data
 Compute Ymn, a single Newton-Raphson step for
Bmn
 (insert equation)
 Use only a small fraction, p of, Ymn(Bmn=Pymn)
 Apply the update formula
 (insert equation)
 P is called the learning rate, T is the number of trees
grown
 The product pT is the total learning
◦ Holding pT constant, smaller p usually improves model fit to test
data, but can require many trees
 Reducing the learning rate tends to slowly increase the
optimal amount of total learning
 Very low learning rates can require many trees
 Our CHURN models used values of p from 0.01 to 0.001
 We used total learning of between 6 and 30
 All the models used to score the data for the entries used
9-node trees
 Our final models used the following three combinations:
◦ (p=.001; T=6000; pT=6)
◦ (p=.005; T=2500; pT=12.5)
◦ (p=.01; T=3000; pT=30)
 One entry was a single TreeNet model (p=.01; T=3000;
pT=30)
◦ In this range all models had almost identical results on test data
◦ The scores were highly correlated (r≥.97)
◦ Within this range, a higher pT was the most important factor
◦ For models with pT=6, the smaller the learning rate the better
 (insert table)
 (insert graphs)
 (insert graph)
 (insert graph)
 Friedman, J.H. (1999). Stochastic gradient
boosting. Stanford: Statistics Department,
Stanford University.
 Friedman, J.H. (1999). Greedy function
approximation: a gradient boosting machine.
Stanford: Statistics Department, Stanford
University.
 Salford Systems (2002) TreeNet™ 1.0 Stochastic
Gradient Boosting. San Diego, CA.
 Steinberg, D., Cardell, N.S., and Golovnya, M.
(2003) Stochastic Gradient Boosting and
Restrained Learning. Salford Systems discussion
paper.

More Related Content

What's hot

Understanding the Applicability of Linear & Non-Linear Models Using a Case-Ba...
Understanding the Applicability of Linear & Non-Linear Models Using a Case-Ba...Understanding the Applicability of Linear & Non-Linear Models Using a Case-Ba...
Understanding the Applicability of Linear & Non-Linear Models Using a Case-Ba...
ijaia
 
Rachit Mishra_stock prediction_report
Rachit Mishra_stock prediction_reportRachit Mishra_stock prediction_report
Rachit Mishra_stock prediction_report
Rachit Mishra
 

What's hot (20)

Comparative Analysis of Machine Learning Algorithms for their Effectiveness i...
Comparative Analysis of Machine Learning Algorithms for their Effectiveness i...Comparative Analysis of Machine Learning Algorithms for their Effectiveness i...
Comparative Analysis of Machine Learning Algorithms for their Effectiveness i...
 
Survey on Feature Selection and Dimensionality Reduction Techniques
Survey on Feature Selection and Dimensionality Reduction TechniquesSurvey on Feature Selection and Dimensionality Reduction Techniques
Survey on Feature Selection and Dimensionality Reduction Techniques
 
Introduction to Machine Learning
Introduction to Machine LearningIntroduction to Machine Learning
Introduction to Machine Learning
 
Ijaems apr-2016-23 Study of Pruning Techniques to Predict Efficient Business ...
Ijaems apr-2016-23 Study of Pruning Techniques to Predict Efficient Business ...Ijaems apr-2016-23 Study of Pruning Techniques to Predict Efficient Business ...
Ijaems apr-2016-23 Study of Pruning Techniques to Predict Efficient Business ...
 
A Threshold fuzzy entropy based feature selection method applied in various b...
A Threshold fuzzy entropy based feature selection method applied in various b...A Threshold fuzzy entropy based feature selection method applied in various b...
A Threshold fuzzy entropy based feature selection method applied in various b...
 
Understanding the Applicability of Linear & Non-Linear Models Using a Case-Ba...
Understanding the Applicability of Linear & Non-Linear Models Using a Case-Ba...Understanding the Applicability of Linear & Non-Linear Models Using a Case-Ba...
Understanding the Applicability of Linear & Non-Linear Models Using a Case-Ba...
 
Churn model for telecom
Churn model for telecomChurn model for telecom
Churn model for telecom
 
Understanding Bagging and Boosting
Understanding Bagging and BoostingUnderstanding Bagging and Boosting
Understanding Bagging and Boosting
 
Multiclass classification of imbalanced data
Multiclass classification of imbalanced dataMulticlass classification of imbalanced data
Multiclass classification of imbalanced data
 
Borderline Smote
Borderline SmoteBorderline Smote
Borderline Smote
 
Methods for solving ‘or’ models
Methods for solving ‘or’ modelsMethods for solving ‘or’ models
Methods for solving ‘or’ models
 
IRJET- Improving Prediction of Potential Clients for Bank Term Deposits using...
IRJET- Improving Prediction of Potential Clients for Bank Term Deposits using...IRJET- Improving Prediction of Potential Clients for Bank Term Deposits using...
IRJET- Improving Prediction of Potential Clients for Bank Term Deposits using...
 
A fast non dominated sorting guided genetic algorithm for multi objective pow...
A fast non dominated sorting guided genetic algorithm for multi objective pow...A fast non dominated sorting guided genetic algorithm for multi objective pow...
A fast non dominated sorting guided genetic algorithm for multi objective pow...
 
IRJET- Error Reduction in Data Prediction using Least Square Regression Method
IRJET- Error Reduction in Data Prediction using Least Square Regression MethodIRJET- Error Reduction in Data Prediction using Least Square Regression Method
IRJET- Error Reduction in Data Prediction using Least Square Regression Method
 
Expedia Data Analysis
Expedia Data AnalysisExpedia Data Analysis
Expedia Data Analysis
 
Classification
ClassificationClassification
Classification
 
Rachit Mishra_stock prediction_report
Rachit Mishra_stock prediction_reportRachit Mishra_stock prediction_report
Rachit Mishra_stock prediction_report
 
Proposing an Appropriate Pattern for Car Detection by Using Intelligent Algor...
Proposing an Appropriate Pattern for Car Detection by Using Intelligent Algor...Proposing an Appropriate Pattern for Car Detection by Using Intelligent Algor...
Proposing an Appropriate Pattern for Car Detection by Using Intelligent Algor...
 
Input modeling
Input modelingInput modeling
Input modeling
 
IRJET- Analyzing Voting Results using Influence Matrix
IRJET- Analyzing Voting Results using Influence MatrixIRJET- Analyzing Voting Results using Influence Matrix
IRJET- Analyzing Voting Results using Influence Matrix
 

Viewers also liked

REGRESSION ANALYSIS ON HEALTH INSURANCE COVERAGE RATE
REGRESSION ANALYSIS ON HEALTH INSURANCE COVERAGE RATEREGRESSION ANALYSIS ON HEALTH INSURANCE COVERAGE RATE
REGRESSION ANALYSIS ON HEALTH INSURANCE COVERAGE RATE
Chaoyi WU
 
Applied Multivariable Modeling in Public Health: Use of CART and Logistic Reg...
Applied Multivariable Modeling in Public Health: Use of CART and Logistic Reg...Applied Multivariable Modeling in Public Health: Use of CART and Logistic Reg...
Applied Multivariable Modeling in Public Health: Use of CART and Logistic Reg...
Salford Systems
 
Predicting Hospital Readmission Using TreeNet
Predicting Hospital Readmission Using TreeNetPredicting Hospital Readmission Using TreeNet
Predicting Hospital Readmission Using TreeNet
Salford Systems
 
Logistic regression
Logistic regressionLogistic regression
Logistic regression
saba khan
 

Viewers also liked (15)

REGRESSION ANALYSIS ON HEALTH INSURANCE COVERAGE RATE
REGRESSION ANALYSIS ON HEALTH INSURANCE COVERAGE RATEREGRESSION ANALYSIS ON HEALTH INSURANCE COVERAGE RATE
REGRESSION ANALYSIS ON HEALTH INSURANCE COVERAGE RATE
 
Analysis Of A Binary Outcome Variable
Analysis Of A Binary Outcome VariableAnalysis Of A Binary Outcome Variable
Analysis Of A Binary Outcome Variable
 
Applied Multivariable Modeling in Public Health: Use of CART and Logistic Reg...
Applied Multivariable Modeling in Public Health: Use of CART and Logistic Reg...Applied Multivariable Modeling in Public Health: Use of CART and Logistic Reg...
Applied Multivariable Modeling in Public Health: Use of CART and Logistic Reg...
 
Case Study: American Family Insurance Best Practices for Automating Guidewire...
Case Study: American Family Insurance Best Practices for Automating Guidewire...Case Study: American Family Insurance Best Practices for Automating Guidewire...
Case Study: American Family Insurance Best Practices for Automating Guidewire...
 
Predicting Hospital Readmission Using TreeNet
Predicting Hospital Readmission Using TreeNetPredicting Hospital Readmission Using TreeNet
Predicting Hospital Readmission Using TreeNet
 
Data mining for diabetes readmission
Data mining for diabetes readmissionData mining for diabetes readmission
Data mining for diabetes readmission
 
Improve Your Regression with CART and RandomForests
Improve Your Regression with CART and RandomForestsImprove Your Regression with CART and RandomForests
Improve Your Regression with CART and RandomForests
 
Predictive Modeling in Insurance in the context of (possibly) big data
Predictive Modeling in Insurance in the context of (possibly) big dataPredictive Modeling in Insurance in the context of (possibly) big data
Predictive Modeling in Insurance in the context of (possibly) big data
 
Decision tree and random forest
Decision tree and random forestDecision tree and random forest
Decision tree and random forest
 
Logistic regression
Logistic regressionLogistic regression
Logistic regression
 
Logistic management
Logistic managementLogistic management
Logistic management
 
Logistic regression
Logistic regressionLogistic regression
Logistic regression
 
Using CART For Beginners with A Teclo Example Dataset
Using CART For Beginners with A Teclo Example DatasetUsing CART For Beginners with A Teclo Example Dataset
Using CART For Beginners with A Teclo Example Dataset
 
LinkedIn SlideShare: Knowledge, Well-Presented
LinkedIn SlideShare: Knowledge, Well-PresentedLinkedIn SlideShare: Knowledge, Well-Presented
LinkedIn SlideShare: Knowledge, Well-Presented
 
Slideshare ppt
Slideshare pptSlideshare ppt
Slideshare ppt
 

Similar to Churn Modeling-For-Mobile-Telecommunications

MIS637_Final_Project_Rahul_Bhatia
MIS637_Final_Project_Rahul_BhatiaMIS637_Final_Project_Rahul_Bhatia
MIS637_Final_Project_Rahul_Bhatia
Rahul Bhatia
 
Lesson 6 measures of central tendency
Lesson 6 measures of central tendencyLesson 6 measures of central tendency
Lesson 6 measures of central tendency
nurun2010
 

Similar to Churn Modeling-For-Mobile-Telecommunications (20)

Leveragin research, behavioural and demeographic data
Leveragin research, behavioural and demeographic dataLeveragin research, behavioural and demeographic data
Leveragin research, behavioural and demeographic data
 
MIS637_Final_Project_Rahul_Bhatia
MIS637_Final_Project_Rahul_BhatiaMIS637_Final_Project_Rahul_Bhatia
MIS637_Final_Project_Rahul_Bhatia
 
Churn in the Telecommunications Industry
Churn in the Telecommunications IndustryChurn in the Telecommunications Industry
Churn in the Telecommunications Industry
 
TELECOMMUNICATION (2).pptx
TELECOMMUNICATION (2).pptxTELECOMMUNICATION (2).pptx
TELECOMMUNICATION (2).pptx
 
Telcom churn .pptx
Telcom churn .pptxTelcom churn .pptx
Telcom churn .pptx
 
Machine learning session6(decision trees random forrest)
Machine learning   session6(decision trees random forrest)Machine learning   session6(decision trees random forrest)
Machine learning session6(decision trees random forrest)
 
What Is Multilayer Perceptron Classifier And How Is It Used For Enterprise An...
What Is Multilayer Perceptron Classifier And How Is It Used For Enterprise An...What Is Multilayer Perceptron Classifier And How Is It Used For Enterprise An...
What Is Multilayer Perceptron Classifier And How Is It Used For Enterprise An...
 
Predict Backorder on a supply chain data for an Organization
Predict Backorder on a supply chain data for an OrganizationPredict Backorder on a supply chain data for an Organization
Predict Backorder on a supply chain data for an Organization
 
Credit Card Fraudulent Transaction Detection Research Paper
Credit Card Fraudulent Transaction Detection Research PaperCredit Card Fraudulent Transaction Detection Research Paper
Credit Card Fraudulent Transaction Detection Research Paper
 
Intro to ml_2021
Intro to ml_2021Intro to ml_2021
Intro to ml_2021
 
KNOLX_Data_preprocessing
KNOLX_Data_preprocessingKNOLX_Data_preprocessing
KNOLX_Data_preprocessing
 
Prediction of customer propensity to churn - Telecom Industry
Prediction of customer propensity to churn - Telecom IndustryPrediction of customer propensity to churn - Telecom Industry
Prediction of customer propensity to churn - Telecom Industry
 
churn_detection.pptx
churn_detection.pptxchurn_detection.pptx
churn_detection.pptx
 
AIRLINE FARE PRICE PREDICTION
AIRLINE FARE PRICE PREDICTIONAIRLINE FARE PRICE PREDICTION
AIRLINE FARE PRICE PREDICTION
 
Lesson 6 measures of central tendency
Lesson 6 measures of central tendencyLesson 6 measures of central tendency
Lesson 6 measures of central tendency
 
Optimal Model Complexity (1).pptx
Optimal Model Complexity (1).pptxOptimal Model Complexity (1).pptx
Optimal Model Complexity (1).pptx
 
THE IMPLICATION OF STATISTICAL ANALYSIS AND FEATURE ENGINEERING FOR MODEL BUI...
THE IMPLICATION OF STATISTICAL ANALYSIS AND FEATURE ENGINEERING FOR MODEL BUI...THE IMPLICATION OF STATISTICAL ANALYSIS AND FEATURE ENGINEERING FOR MODEL BUI...
THE IMPLICATION OF STATISTICAL ANALYSIS AND FEATURE ENGINEERING FOR MODEL BUI...
 
THE IMPLICATION OF STATISTICAL ANALYSIS AND FEATURE ENGINEERING FOR MODEL BUI...
THE IMPLICATION OF STATISTICAL ANALYSIS AND FEATURE ENGINEERING FOR MODEL BUI...THE IMPLICATION OF STATISTICAL ANALYSIS AND FEATURE ENGINEERING FOR MODEL BUI...
THE IMPLICATION OF STATISTICAL ANALYSIS AND FEATURE ENGINEERING FOR MODEL BUI...
 
Data Science - Part V - Decision Trees & Random Forests
Data Science - Part V - Decision Trees & Random Forests Data Science - Part V - Decision Trees & Random Forests
Data Science - Part V - Decision Trees & Random Forests
 
Injection Attack detection using ML for
Injection Attack detection using ML  forInjection Attack detection using ML  for
Injection Attack detection using ML for
 

More from Salford Systems

Evolution of regression ols to gps to mars
Evolution of regression   ols to gps to marsEvolution of regression   ols to gps to mars
Evolution of regression ols to gps to mars
Salford Systems
 
Comparison of statistical methods commonly used in predictive modeling
Comparison of statistical methods commonly used in predictive modelingComparison of statistical methods commonly used in predictive modeling
Comparison of statistical methods commonly used in predictive modeling
Salford Systems
 
Molecular data mining tool advances in hiv
Molecular data mining tool  advances in hivMolecular data mining tool  advances in hiv
Molecular data mining tool advances in hiv
Salford Systems
 
Hybrid cart logit model 1998
Hybrid cart logit model 1998Hybrid cart logit model 1998
Hybrid cart logit model 1998
Salford Systems
 
TreeNet Overview - Updated October 2012
TreeNet Overview  - Updated October 2012TreeNet Overview  - Updated October 2012
TreeNet Overview - Updated October 2012
Salford Systems
 
TreeNet Tree Ensembles and CART Decision Trees: A Winning Combination
TreeNet Tree Ensembles and CART  Decision Trees:  A Winning CombinationTreeNet Tree Ensembles and CART  Decision Trees:  A Winning Combination
TreeNet Tree Ensembles and CART Decision Trees: A Winning Combination
Salford Systems
 

More from Salford Systems (20)

Datascience101presentation4
Datascience101presentation4Datascience101presentation4
Datascience101presentation4
 
Improved Predictions in Structure Based Drug Design Using Cart and Bayesian M...
Improved Predictions in Structure Based Drug Design Using Cart and Bayesian M...Improved Predictions in Structure Based Drug Design Using Cart and Bayesian M...
Improved Predictions in Structure Based Drug Design Using Cart and Bayesian M...
 
The Do's and Don'ts of Data Mining
The Do's and Don'ts of Data MiningThe Do's and Don'ts of Data Mining
The Do's and Don'ts of Data Mining
 
Introduction to Random Forests by Dr. Adele Cutler
Introduction to Random Forests by Dr. Adele CutlerIntroduction to Random Forests by Dr. Adele Cutler
Introduction to Random Forests by Dr. Adele Cutler
 
9 Data Mining Challenges From Data Scientists Like You
9 Data Mining Challenges From Data Scientists Like You9 Data Mining Challenges From Data Scientists Like You
9 Data Mining Challenges From Data Scientists Like You
 
Statistically Significant Quotes To Remember
Statistically Significant Quotes To RememberStatistically Significant Quotes To Remember
Statistically Significant Quotes To Remember
 
CART Classification and Regression Trees Experienced User Guide
CART Classification and Regression Trees Experienced User GuideCART Classification and Regression Trees Experienced User Guide
CART Classification and Regression Trees Experienced User Guide
 
Evolution of regression ols to gps to mars
Evolution of regression   ols to gps to marsEvolution of regression   ols to gps to mars
Evolution of regression ols to gps to mars
 
Data Mining for Higher Education
Data Mining for Higher EducationData Mining for Higher Education
Data Mining for Higher Education
 
Comparison of statistical methods commonly used in predictive modeling
Comparison of statistical methods commonly used in predictive modelingComparison of statistical methods commonly used in predictive modeling
Comparison of statistical methods commonly used in predictive modeling
 
Molecular data mining tool advances in hiv
Molecular data mining tool  advances in hivMolecular data mining tool  advances in hiv
Molecular data mining tool advances in hiv
 
TreeNet Tree Ensembles & CART Decision Trees: A Winning Combination
TreeNet Tree Ensembles & CART Decision Trees:  A Winning CombinationTreeNet Tree Ensembles & CART Decision Trees:  A Winning Combination
TreeNet Tree Ensembles & CART Decision Trees: A Winning Combination
 
SPM v7.0 Feature Matrix
SPM v7.0 Feature MatrixSPM v7.0 Feature Matrix
SPM v7.0 Feature Matrix
 
SPM User's Guide: Introducing MARS
SPM User's Guide: Introducing MARSSPM User's Guide: Introducing MARS
SPM User's Guide: Introducing MARS
 
Hybrid cart logit model 1998
Hybrid cart logit model 1998Hybrid cart logit model 1998
Hybrid cart logit model 1998
 
Session Logs Tutorial for SPM
Session Logs Tutorial for SPMSession Logs Tutorial for SPM
Session Logs Tutorial for SPM
 
Some of the new features in SPM 7
Some of the new features in SPM 7Some of the new features in SPM 7
Some of the new features in SPM 7
 
TreeNet Overview - Updated October 2012
TreeNet Overview  - Updated October 2012TreeNet Overview  - Updated October 2012
TreeNet Overview - Updated October 2012
 
TreeNet Tree Ensembles and CART Decision Trees: A Winning Combination
TreeNet Tree Ensembles and CART  Decision Trees:  A Winning CombinationTreeNet Tree Ensembles and CART  Decision Trees:  A Winning Combination
TreeNet Tree Ensembles and CART Decision Trees: A Winning Combination
 
Text mining tutorial
Text mining tutorialText mining tutorial
Text mining tutorial
 

Recently uploaded

Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(☎️+971_581248768%)**%*]'#abortion pills for sale in dubai@
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
WSO2
 

Recently uploaded (20)

AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
Ransomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdfRansomware_Q4_2023. The report. [EN].pdf
Ransomware_Q4_2023. The report. [EN].pdf
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
 

Churn Modeling-For-Mobile-Telecommunications

  • 1. N. Scott Cardell, Mikhail Golovnya, Dan Steinberg Salford Systems http://www.salford-systems.com June 2003
  • 2.  Churn, the loss of a customer to a competitor, is a problem for any provider of a subscription service or recurring purchasable ◦ Costs of customer acquisition and win-back can be high ◦ Best if churn can be prevented by preemptive action or selection of customers less likely to churn  Churn is especially important to mobile phone service providers given the ease with which a subscriber can switch services  The NCR Teradata center for CRM at Duke identified churn prediction as a modeling topic deserving serious study  A major mobile provider offered data for an international modeling accuracy and targeted marketing competition
  • 3.  Data was provided for 100,000 customers with at least 6 months of service history, stratified into a roughly equal number of churners and non-churners  Objective was to predict probability of loss of a customer 30-60 days into the future  Historical information provided in the form of ◦ Type and price of handset and recency of change/upgrade ◦ Total revenue and recurring charges ◦ Call behavior: statistics describing completed calls, failed calls, voice and data calls, call forwarding, customer care calls, directory info ◦ Statistics included mean and range for at least 3 months, last 6 months, and lifetime ◦ Demographic and geographical information, including familiar Acxiom style variables and census-derived neighborhood summaries.
  • 4.  Competition defined a sharply-defined task: churn within a specific window for existing customers of a minimum duration  Challenge was defined in a way to avoid complications of censoring that could require survival analysis models  Each customer history was already summarized  Data quality was good  Vast majority of analytical effort could be devoted to development of an accurate predictive model of a binary outcome
  • 5. Data Set Measure TreeNet Ensemble Single TreeNet 2nd Best Avg. Std Current Top Decile Lift 2.90 2.88 2.80 2.14 (.536) Current Gini .409 .403 .370 .269 (.096) Future Top Decile Lift 3.01 2.99 2.74 2.09 (.585) Future Gini .400 .403 .361 .261 (.098)
  • 6.  Single TreeNet model always better than 2nd best entry in field  Ensemble of TreeNets slightly better 3 out of 4 times  Best entries substantially better than the average  In broad telecommunications markets the added accuracy and lift of TreeNet models over alternatives could easily translate into millions of dollars of revenue per year
  • 7.  A modest amount of data preprocessing was undertaken to repair and extend original data  Some missing values could be recorded to “0”  Select non-missing values were recorded to missing  Experiments with missing value handling were conducted, including the addition of missing value indicators to the data ◦ CART imputation ◦ “All missings together” strategies in decision trees  Missings in a separate node  Missings go with non-missing high values  Missings go with non-missing low values
  • 8.  TreeNet was key to winning the tournament ◦ Provided considerably greater accuracy and top decile lift than any other modeling method we tried  A new technology, different than standard boosting, developed by Stanford University Professor Jerome Friedman  Based on the CART® decision tree and thus inherits these characteristics: ◦ Automatic feature selection ◦ Invariant with respect to order-preserving transforms of predictors ◦ Immune to outliers ◦ Built-in methods for handling missing values
  • 9.  Based on optimizing an objective function ◦ e.g: Likelihood function or sum of squared errors  Objective function expressed in terms of a target function of the data ◦ The target function is fit as a nonparametric function of the data ◦ The fit optimizes the objective function  Large number of small decision trees used to form the nonparametric estimate
  • 10.  Current implementation allows: ◦ Binary classification ◦ Multinomial classification ◦ Least-squares regression ◦ Least-absolute-deviation regression ◦ M-regression (Huber loss function)  Other objective functions are possible
  • 11.  (Insert equation)  The dependent variable, y, is coded (-1,+1)  The target function, F(x), is ½ the log-odds ratio  F is initialized to the log odds on the full training data set  (Insert equation) ◦ Equivalent to fitting data to a constant.
  • 12.  Do not use all training data in any one iteration ◦ Randomly sample from training data (we used a 50% sample)  Compute log-likelihood gradient for each observation ◦ (insert equation)  Build a K-node tree to predict G(y,x) ◦ K=9 gave the best cross-validated results ◦ Important that trees be much smaller than the size of an optimal single CART tree
  • 13.  Let (insert equations)  Update formula (insert equation)  Repeat until T trees grown  Select the value of m≤T that produces the best fit to the test data
  • 14.  Compute Ymn, a single Newton-Raphson step for Bmn  (insert equation)  Use only a small fraction, p of, Ymn(Bmn=Pymn)  Apply the update formula  (insert equation)
  • 15.  P is called the learning rate, T is the number of trees grown  The product pT is the total learning ◦ Holding pT constant, smaller p usually improves model fit to test data, but can require many trees  Reducing the learning rate tends to slowly increase the optimal amount of total learning  Very low learning rates can require many trees  Our CHURN models used values of p from 0.01 to 0.001  We used total learning of between 6 and 30
  • 16.  All the models used to score the data for the entries used 9-node trees  Our final models used the following three combinations: ◦ (p=.001; T=6000; pT=6) ◦ (p=.005; T=2500; pT=12.5) ◦ (p=.01; T=3000; pT=30)  One entry was a single TreeNet model (p=.01; T=3000; pT=30) ◦ In this range all models had almost identical results on test data ◦ The scores were highly correlated (r≥.97) ◦ Within this range, a higher pT was the most important factor ◦ For models with pT=6, the smaller the learning rate the better
  • 21.  Friedman, J.H. (1999). Stochastic gradient boosting. Stanford: Statistics Department, Stanford University.  Friedman, J.H. (1999). Greedy function approximation: a gradient boosting machine. Stanford: Statistics Department, Stanford University.  Salford Systems (2002) TreeNet™ 1.0 Stochastic Gradient Boosting. San Diego, CA.  Steinberg, D., Cardell, N.S., and Golovnya, M. (2003) Stochastic Gradient Boosting and Restrained Learning. Salford Systems discussion paper.