File size: 5,661 Bytes
6da348b
402b6c5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
---
language:
- en
tags:
- tabular-classification
- churn-prediction
- telecom
- customer-retention
- demographics
- customer-service
annotations_creators:
- no-annotation
language_creators:
- found
pretty_name: Telco Customer Churn
size_categories:
- 10K<n<100K
source_datasets:
- original
task_categories:
- tabular-classification
task_ids:
- multi-class-classification
paperswithcode_id: null
configs:
- config_name: default
  data_files:
  - split: train
    path: telco_customer_churn.csv
dataset_info:
  features:
    - name: Customer ID
      dtype: string
    - name: Gender
      dtype: string
    - name: Age
      dtype: int32
    - name: Under 30
      dtype: bool
    - name: Senior Citizen
      dtype: bool
    - name: Married
      dtype: bool
    - name: Dependents
      dtype: bool
    - name: Number of Dependents
      dtype: int32
    - name: Country
      dtype: string
    - name: State
      dtype: string
    - name: City
      dtype: string
    - name: Zip Code
      dtype: int32
    - name: Lat Long
      dtype: string
    - name: Latitude
      dtype: float32
    - name: Longitude
      dtype: float32
    - name: Population
      dtype: int32
    - name: Quarter
      dtype: string
    - name: Referred a Friend
      dtype: bool
    - name: Number of Referrals
      dtype: int32
    - name: Tenure in Months
      dtype: int32
    - name: Offer
      dtype: string
    - name: Phone Service
      dtype: bool
    - name: Avg Monthly Long Distance Charges
      dtype: float32
    - name: Multiple Lines
      dtype: bool
    - name: Internet Service
      dtype: bool
    - name: Internet Type
      dtype: string
    - name: Avg Monthly GB Download
      dtype: float32
    - name: Online Security
      dtype: bool
    - name: Online Backup
      dtype: bool
    - name: Device Protection Plan
      dtype: bool
    - name: Premium Tech Support
      dtype: bool
    - name: Streaming TV
      dtype: bool
    - name: Streaming Movies
      dtype: bool
    - name: Streaming Music
      dtype: bool
    - name: Unlimited Data
      dtype: bool
    - name: Contract
      dtype: string
    - name: Paperless Billing
      dtype: bool
    - name: Payment Method
      dtype: string
    - name: Monthly Charge
      dtype: float32
    - name: Total Charges
      dtype: float32
    - name: Total Refunds
      dtype: float32
    - name: Total Extra Data Charges
      dtype: float32
    - name: Total Long Distance Charges
      dtype: float32
    - name: Total Revenue
      dtype: float32
    - name: Satisfaction Score
      dtype: int32
    - name: Customer Status
      dtype: string
    - name: Churn Label
      dtype: string
    - name: Churn Value
      dtype: bool
    - name: Churn Score
      dtype: int32
    - name: CLTV
      dtype: float32
    - name: Churn Category
      dtype: string
    - name: Churn Reason
      dtype: string
    - name: Partner
      dtype: bool
  config_name: default
  splits:
    - name: train
      num_bytes: 121430 # Replace with actual value
      num_examples: 7043
  download_size: 121430 # Replace with actual value
  dataset_size: 121430 # Replace with actual value
train-eval-index:
  - config: default
    task: tabular-classification
    task_id: multi_class_classification
    splits:
      train_split: train
      eval_split: validation # Update if you have a validation split
    col_mapping:
      label: Churn Label
    metrics:
      - type: accuracy
        name: Accuracy

---
## Telco Customer Churn

**This dataset is a valuable resource for exploring and predicting customer churn in the telecommunications industry. It provides a comprehensive snapshot of customer demographics, service usage patterns, billing information, and churn status, making it ideal for training machine learning models to predict customer churn and develop effective customer retention strategies.**

**Content and Structure:**

The dataset is structured in a tabular format, with each row representing a unique customer and each column containing attributes about that customer.  

* **Customer Demographics:**  Features like gender, age, marital status, and dependents provide insights into customer profiles.
* **Service Usage:**  Details customer subscriptions to services such as phone, internet, multiple lines, online security, online backup, device protection, tech support, and streaming options.
* **Billing Information:**  Provides data on tenure, contract type, payment method, monthly charges, and total charges.
* **Churn Information:**  Includes labels indicating whether a customer churned, the reason for churn (if applicable), and churn scores for analysis.

**Data Collection and Curation:**

This dataset is a fictional dataset created by IBM data scientists as a sample dataset for exploring customer churn prediction. It is not based on real-world data and should be treated as a simulation for learning and experimentation.

**Usage Examples:**

* **Customer Churn Prediction:** Train classification models to predict churn based on customer demographics, service usage, and billing information.
* **Customer Segmentation:** Analyze the dataset to identify customer segments with different churn probabilities, allowing for targeted retention strategies.
* **Feature Engineering:** Experiment with feature engineering techniques to improve churn prediction model accuracy.

**Additional Information:**

* **Industry Relevance:**  Relevant for businesses in the telecommunications industry and other sectors that deal with customer churn. 
* **Ethical Considerations:**  This is a fictional dataset and does not contain real personal or sensitive information.