jonathanagustin commited on
Commit
f0fcc74
1 Parent(s): d4db749

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +183 -108
README.md CHANGED
@@ -10,113 +10,188 @@ tags:
10
  - customer-service
11
  pretty_name: Telco Customer Churn
12
  dataset_info:
13
- features:
14
- - name: Customer ID
15
- dtype: string
16
- - name: Gender
17
- dtype: categorical
18
- - name: Age
19
- dtype: int64
20
- - name: Under 30
21
- dtype: bool
22
- - name: Senior Citizen
23
- dtype: bool
24
- - name: Married
25
- dtype: bool
26
- - name: Dependents
27
- dtype: bool
28
- - name: Number of Dependents
29
- dtype: int64
30
- - name: Country
31
- dtype: categorical
32
- - name: State
33
- dtype: categorical
34
- - name: City
35
- dtype: categorical
36
- - name: Zip Code
37
- dtype: categorical
38
- - name: Lat Long
39
- dtype: string
40
- - name: Latitude
41
- dtype: float64
42
- - name: Longitude
43
- dtype: float64
44
- - name: Population
45
- dtype: int64
46
- - name: Quarter
47
- dtype: categorical
48
- - name: Referred a Friend
49
- dtype: bool
50
- - name: Number of Referrals
51
- dtype: int64
52
- - name: Tenure in Months
53
- dtype: int64
54
- - name: Offer
55
- dtype: categorical
56
- - name: Phone Service
57
- dtype: bool
58
- - name: Avg Monthly Long Distance Charges
59
- dtype: float64
60
- - name: Multiple Lines
61
- dtype: categorical
62
- - name: Internet Service
63
- dtype: bool
64
- - name: Internet Type
65
- dtype: categorical
66
- - name: Avg Monthly GB Download
67
- dtype: float64
68
- - name: Online Security
69
- dtype: bool
70
- - name: Online Backup
71
- dtype: bool
72
- - name: Device Protection Plan
73
- dtype: bool
74
- - name: Premium Tech Support
75
- dtype: bool
76
- - name: Streaming TV
77
- dtype: bool
78
- - name: Streaming Movies
79
- dtype: bool
80
- - name: Streaming Music
81
- dtype: bool
82
- - name: Unlimited Data
83
- dtype: bool
84
- - name: Contract
85
- dtype: categorical
86
- - name: Paperless Billing
87
- dtype: bool
88
- - name: Payment Method
89
- dtype: categorical
90
- - name: Monthly Charge
91
- dtype: float64
92
- - name: Total Charges
93
- dtype: float64
94
- - name: Total Refunds
95
- dtype: float64
96
- - name: Total Extra Data Charges
97
- dtype: float64
98
- - name: Total Long Distance Charges
99
- dtype: float64
100
- - name: Total Revenue
101
- dtype: float64
102
- - name: Satisfaction Score
103
- dtype: int64
104
- - name: Customer Status
105
- dtype: categorical
106
- - name: Churn Label
107
- dtype: categorical
108
- - name: Churn Value
109
- dtype: int64
110
- - name: Churn Score
111
- dtype: int64
112
- - name: CLTV
113
- dtype: float64
114
- - name: Churn Category
115
- dtype: categorical
116
- - name: Churn Reason
117
- dtype: categorical
118
- - name: Partner
119
- dtype: bool
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
120
  ---
121
  ## Telco Customer Churn
122
 
@@ -144,4 +219,4 @@ This dataset is a fictional dataset created by IBM data scientists as a sample d
144
  **Additional Information:**
145
 
146
  * **Industry Relevance:** Relevant for businesses in the telecommunications industry and other sectors that deal with customer churn.
147
- * **Ethical Considerations:** This is a fictional dataset and does not contain real personal or sensitive information.
 
10
  - customer-service
11
  pretty_name: Telco Customer Churn
12
  dataset_info:
13
+ - config_name: default
14
+ features:
15
+ - name: Customer ID
16
+ dtype: string
17
+ - name: Gender
18
+ dtype: ClassLabel
19
+ - name: Age
20
+ dtype: int64
21
+ - name: Under 30
22
+ dtype: bool
23
+ - name: Senior Citizen
24
+ dtype: bool
25
+ - name: Married
26
+ dtype: bool
27
+ - name: Dependents
28
+ dtype: bool
29
+ - name: Number of Dependents
30
+ dtype: int64
31
+ - name: Country
32
+ dtype: ClassLabel
33
+ - name: State
34
+ dtype: ClassLabel
35
+ - name: City
36
+ dtype: ClassLabel
37
+ - name: Zip Code
38
+ dtype: ClassLabel
39
+ - name: Lat Long
40
+ dtype: string
41
+ - name: Latitude
42
+ dtype: float64
43
+ - name: Longitude
44
+ dtype: float64
45
+ - name: Population
46
+ dtype: int64
47
+ - name: Quarter
48
+ dtype: ClassLabel
49
+ - name: Referred a Friend
50
+ dtype: bool
51
+ - name: Number of Referrals
52
+ dtype: int64
53
+ - name: Tenure in Months
54
+ dtype: int64
55
+ - name: Offer
56
+ dtype: ClassLabel
57
+ - name: Phone Service
58
+ dtype: bool
59
+ - name: Avg Monthly Long Distance Charges
60
+ dtype: float64
61
+ - name: Multiple Lines
62
+ dtype: ClassLabel
63
+ - name: Internet Service
64
+ dtype: bool
65
+ - name: Internet Type
66
+ dtype: ClassLabel
67
+ - name: Avg Monthly GB Download
68
+ dtype: float64
69
+ - name: Online Security
70
+ dtype: bool
71
+ - name: Online Backup
72
+ dtype: bool
73
+ - name: Device Protection Plan
74
+ dtype: bool
75
+ - name: Premium Tech Support
76
+ dtype: bool
77
+ - name: Streaming TV
78
+ dtype: bool
79
+ - name: Streaming Movies
80
+ dtype: bool
81
+ - name: Streaming Music
82
+ dtype: bool
83
+ - name: Unlimited Data
84
+ dtype: bool
85
+ - name: Contract
86
+ dtype: ClassLabel
87
+ - name: Paperless Billing
88
+ dtype: bool
89
+ - name: Payment Method
90
+ dtype: ClassLabel
91
+ - name: Monthly Charge
92
+ dtype: float64
93
+ - name: Total Charges
94
+ dtype: float64
95
+ - name: Total Refunds
96
+ dtype: float64
97
+ - name: Total Extra Data Charges
98
+ dtype: float64
99
+ - name: Total Long Distance Charges
100
+ dtype: float64
101
+ - name: Total Revenue
102
+ dtype: float64
103
+ - name: Satisfaction Score
104
+ dtype: int64
105
+ - name: Customer Status
106
+ dtype: ClassLabel
107
+ - name: Churn Label
108
+ dtype: ClassLabel
109
+ - name: Churn Value
110
+ dtype: int64
111
+ - name: Churn Score
112
+ dtype: int64
113
+ - name: CLTV
114
+ dtype: float64
115
+ - name: Churn Category
116
+ dtype: ClassLabel
117
+ - name: Churn Reason
118
+ dtype: ClassLabel
119
+ - name: Partner
120
+ dtype: bool
121
+ configs:
122
+ - config_name: default
123
+ data_files:
124
+ - split: train
125
+ path: train.csv
126
+ - split: test
127
+ path: test.csv
128
+ train-eval-index:
129
+ - config: default
130
+ task: text-classification
131
+ task_id: multi_label_classification
132
+ col_mapping:
133
+ Customer ID: id
134
+ Gender: Gender
135
+ Age: Age
136
+ Under 30: Under 30
137
+ Senior Citizen: Senior Citizen
138
+ Married: Married
139
+ Dependents: Dependents
140
+ Number of Dependents: Number of Dependents
141
+ Country: Country
142
+ State: State
143
+ City: City
144
+ Zip Code: Zip Code
145
+ Lat Long: Lat Long
146
+ Latitude: Latitude
147
+ Longitude: Longitude
148
+ Population: Population
149
+ Quarter: Quarter
150
+ Referred a Friend: Referred a Friend
151
+ Number of Referrals: Number of Referrals
152
+ Tenure in Months: Tenure in Months
153
+ Offer: Offer
154
+ Phone Service: Phone Service
155
+ Avg Monthly Long Distance Charges: Avg Monthly Long Distance Charges
156
+ Multiple Lines: Multiple Lines
157
+ Internet Service: Internet Service
158
+ Internet Type: Internet Type
159
+ Avg Monthly GB Download: Avg Monthly GB Download
160
+ Online Security: Online Security
161
+ Online Backup: Online Backup
162
+ Device Protection Plan: Device Protection Plan
163
+ Premium Tech Support: Premium Tech Support
164
+ Streaming TV: Streaming TV
165
+ Streaming Movies: Streaming Movies
166
+ Streaming Music: Streaming Music
167
+ Unlimited Data: Unlimited Data
168
+ Contract: Contract
169
+ Paperless Billing: Paperless Billing
170
+ Payment Method: Payment Method
171
+ Monthly Charge: Monthly Charge
172
+ Total Charges: Total Charges
173
+ Total Refunds: Total Refunds
174
+ Total Extra Data Charges: Total Extra Data Charges
175
+ Total Long Distance Charges: Total Long Distance Charges
176
+ Total Revenue: Total Revenue
177
+ Satisfaction Score: Satisfaction Score
178
+ Customer Status: Customer Status
179
+ Churn Label: label
180
+ Churn Value: Churn Value
181
+ Churn Score: Churn Score
182
+ CLTV: CLTV
183
+ Churn Category: Churn Category
184
+ Churn Reason: Churn Reason
185
+ Partner: Partner
186
+ metrics:
187
+ - type: accuracy
188
+ name: Accuracy
189
+ - type: precision
190
+ name: Precision
191
+ - type: recall
192
+ name: Recall
193
+ - type: f1
194
+ name: F1 Score
195
  ---
196
  ## Telco Customer Churn
197
 
 
219
  **Additional Information:**
220
 
221
  * **Industry Relevance:** Relevant for businesses in the telecommunications industry and other sectors that deal with customer churn.
222
+ * **Ethical Considerations:** This is a fictional dataset and does not contain real personal or sensitive information.