Classification Report Telco
Classification Report Telco
---
---
The dataset used is the Telco Customer Churn dataset, which contains 7,043 records
and 21 features. These features include:
The goal is to uncover patterns that distinguish customers who churn from those who
stay.
---
---
**Evaluation Metrics**:
* Accuracy
* Precision
* Recall
* F1 Score
* ROC-AUC
---
* **Tenure**, **Contract Type**, and **Monthly Charges** are the top predictors of
churn.
* Customers on month-to-month contracts with high monthly charges are most likely
to churn.
* Long-tenured customers with yearly contracts are least likely to churn.
---
---
**Appendix (Optional)**
* Confusion matrices
* SHAP plots for feature importance
* ROC curves
End of Report.