jonathanagustin commited on
Commit
2deef46
1 Parent(s): 6da348b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -21
README.md CHANGED
@@ -26,7 +26,7 @@ configs:
26
  - config_name: default
27
  data_files:
28
  - split: train
29
- path: telco_customer_churn.csv
30
  dataset_info:
31
  features:
32
  - name: Customer ID
@@ -135,26 +135,6 @@ dataset_info:
135
  dtype: string
136
  - name: Partner
137
  dtype: bool
138
- config_name: default
139
- splits:
140
- - name: train
141
- num_bytes: 121430 # Replace with actual value
142
- num_examples: 7043
143
- download_size: 121430 # Replace with actual value
144
- dataset_size: 121430 # Replace with actual value
145
- train-eval-index:
146
- - config: default
147
- task: tabular-classification
148
- task_id: multi_class_classification
149
- splits:
150
- train_split: train
151
- eval_split: validation # Update if you have a validation split
152
- col_mapping:
153
- label: Churn Label
154
- metrics:
155
- - type: accuracy
156
- name: Accuracy
157
-
158
  ---
159
  ## Telco Customer Churn
160
 
 
26
  - config_name: default
27
  data_files:
28
  - split: train
29
+ path: dataset.csv
30
  dataset_info:
31
  features:
32
  - name: Customer ID
 
135
  dtype: string
136
  - name: Partner
137
  dtype: bool
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
138
  ---
139
  ## Telco Customer Churn
140