ChurnGuard, a SaaS company, utilizes a logistic regression model to predict customer churn for its 500,000 subscribers. Recently, the marketing team reported a decline in the model's effectiveness in identifying at-risk customers, prompting a review of its performance metrics.
| Metric | At Launch (6 months ago) | Current | Change |
|---|---|---|---|
| Precision | 0.85 | 0.85 | 0.0% |
| Recall | 0.78 | 0.65 | -16.7% |
| F1 Score | 0.81 | 0.74 | -8.6% |
| AUC-ROC | 0.90 | 0.82 | -8.9% |
| Churn Rate | 5% | 6.5% | +30% |
| Monthly Loss | $1.2M | $1.8M | +50% |
Despite stable precision, the drop in recall indicates the model is failing to identify a significant portion of customers likely to churn. This has resulted in a 50% increase in monthly revenue loss due to churn, raising concerns among stakeholders.