##                 Length Class  Mode     
## call                5  -none- call     
## type                1  -none- character
## predicted        7137  factor numeric  
## err.rate         1500  -none- numeric  
## confusion           6  -none- numeric  
## votes           14274  matrix numeric  
## oob.times        7137  -none- numeric  
## classes             2  -none- character
## importance         76  -none- numeric  
## importanceSD       57  -none- numeric  
## localImportance     0  -none- NULL     
## proximity           0  -none- NULL     
## ntree               1  -none- numeric  
## mtry                1  -none- numeric  
## forest             14  -none- list     
## y                7137  factor numeric  
## test                0  -none- NULL     
## inbag               0  -none- NULL     
## terms               3  terms  call

19 Predictors using the RandomForest model

## 
##  
##    Cell Contents
## |-------------------------|
## |                       N |
## | Chi-square contribution |
## |           N / Row Total |
## |           N / Col Total |
## |         N / Table Total |
## |-------------------------|
## 
##  
## Total Observations in Table:  2990 
## 
##  
##                    | val$predicted_Attrition_Flag 
## val$Attrition_Flag | Attrited Customer | Existing Customer |         Row Total | 
## -------------------|-------------------|-------------------|-------------------|
##  Attrited Customer |               392 |                90 |               482 | 
##                    |          1558.549 |           253.999 |                   | 
##                    |             0.813 |             0.187 |             0.161 | 
##                    |             0.936 |             0.035 |                   | 
##                    |             0.131 |             0.030 |                   | 
## -------------------|-------------------|-------------------|-------------------|
##  Existing Customer |                27 |              2481 |              2508 | 
##                    |           299.530 |            48.815 |                   | 
##                    |             0.011 |             0.989 |             0.839 | 
##                    |             0.064 |             0.965 |                   | 
##                    |             0.009 |             0.830 |                   | 
## -------------------|-------------------|-------------------|-------------------|
##       Column Total |               419 |              2571 |              2990 | 
##                    |             0.140 |             0.860 |                   | 
## -------------------|-------------------|-------------------|-------------------|
## 
## 

2990 total observations

This table predicts how many people stay or leave of the people you predict to leave

This table also predicts how many people stay or leave of the people predicted to stay

Predicted 419 to leave but only 392 of those predicted to leave left

Predicted 2571 to stay and of those people 90 actually left

find the financial impact of the model, give the following assumptions:

the customer retention program consists of forgiving the anual fee of $100 (on average)

the value of a customer is $2,300 per year (on average)

customer retention programs have a 30% success rate

predicted 419 to leave

Cost $41,900

We will save 30% of 392 = 117.6, each person valued $2300 x 117.6 = $270,480

net profit of the program is $228,580 from 2,990

Cost per customer is $79.23