Datasets:
Tasks:
Tabular Classification
Formats:
csv
Languages:
English
Size:
1K - 10K
jonathanagustin
commited on
Commit
•
ffd6028
1
Parent(s):
1ad2f6d
Update README.md
Browse files
README.md
CHANGED
@@ -1,14 +1,4 @@
|
|
1 |
---
|
2 |
-
language:
|
3 |
-
- en
|
4 |
-
tags:
|
5 |
-
- churn-prediction
|
6 |
-
- customer-retention
|
7 |
-
- customer-service
|
8 |
-
- demographics
|
9 |
-
- telecom
|
10 |
-
- tabular-classification
|
11 |
-
pretty_name: Telco Customer Churn
|
12 |
dataset_info:
|
13 |
- config_name: default
|
14 |
features:
|
@@ -46,6 +36,10 @@ dataset_info:
|
|
46 |
dtype: bool
|
47 |
- name: Gender
|
48 |
dtype: string
|
|
|
|
|
|
|
|
|
49 |
- name: Lat Long
|
50 |
dtype: string
|
51 |
- name: Latitude
|
@@ -71,7 +65,7 @@ dataset_info:
|
|
71 |
- name: Paperless Billing
|
72 |
dtype: bool
|
73 |
- name: Partner
|
74 |
-
dtype: bool
|
75 |
- name: Payment Method
|
76 |
dtype: string
|
77 |
- name: Phone Service
|
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
dataset_info:
|
3 |
- config_name: default
|
4 |
features:
|
|
|
36 |
dtype: bool
|
37 |
- name: Gender
|
38 |
dtype: string
|
39 |
+
- name: Internet Service
|
40 |
+
dtype: bool # Include this column
|
41 |
+
- name: Internet Type
|
42 |
+
dtype: string # Include this column
|
43 |
- name: Lat Long
|
44 |
dtype: string
|
45 |
- name: Latitude
|
|
|
65 |
- name: Paperless Billing
|
66 |
dtype: bool
|
67 |
- name: Partner
|
68 |
+
dtype: bool # Include this column
|
69 |
- name: Payment Method
|
70 |
dtype: string
|
71 |
- name: Phone Service
|