- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
I have a logistic regression model which predicts likelihood of a customer to churn. The predicted probability scores range between .4299 to .00094.
Somebody confused me by saying 'The score of less than .5 means, less probability of churn as compared to 'average'. I think its incorrect because:
The average churn rate of my sample is 2%. This means 2/100 = .02 probability score.
Hence the highest probability score of .4299 means much higher chance to churn than average. Not necessarily the highest probability has to be above .5 score.
Is my interpretation correct?
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Yes, I modeled the event of churning but I used Proc Logistic. Is it surprising that the highest predicted probability score is .499 when average churn rate is 2% for the sample I am using i.e. the probability score should be .02 for average churn? Am I wrong saying this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Sorry, I mean the highest score is .4299
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
That statement about what .5 means is incorrect. A predicted probability of, say, 0.4 simply means that the probability of churning that was predicted by your model for that person (or any person with that same setting of the model predictors) is 0.4. The low range of predicted probabilities that you note is not inconsistent with the low average churn proportion of 2% that you observed. Of course, changing your model will change the predicted probabilities, and it is possible that a different model will be better and discriminating between churners and nonchurners.