jonathanagustin commited on
Commit
c25baf8
1 Parent(s): b5ee0c8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -74
README.md CHANGED
@@ -118,80 +118,7 @@ dataset_info:
118
  dtype: string
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
 
 
118
  dtype: string
119
  - name: Partner
120
  dtype: bool
121
+
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
122
  ---
123
  ## Telco Customer Churn
124