Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
datasets:
|
| 4 |
+
- aai510-group1/telco-customer-churn
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
metrics:
|
| 8 |
+
- accuracy
|
| 9 |
+
- roc_auc
|
| 10 |
+
- mse
|
| 11 |
+
base_model:
|
| 12 |
+
- openbmb/MiniCPM-o-2_6
|
| 13 |
+
library_name: sklearn
|
| 14 |
+
---
|
| 15 |
+
This model predicts telecom customer churn using machine learning. It analyzes tenure, monthly charges,
|
| 16 |
+
and contract types. Trained with logistic regression and decision trees, it helps businesses reduce churn through
|
| 17 |
+
targeted retention strategies. Evaluation includes accuracy, precision, and AUC scores.
|
| 18 |
+
|