Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -36,13 +36,17 @@ dataset_info:
|
|
36 |
- name: Weekend
|
37 |
dtype: bool
|
38 |
- name: Revenue
|
39 |
-
dtype:
|
|
|
|
|
|
|
|
|
40 |
splits:
|
41 |
- name: train
|
42 |
-
num_bytes:
|
43 |
num_examples: 12330
|
44 |
-
download_size:
|
45 |
-
dataset_size:
|
46 |
license: cc-by-4.0
|
47 |
task_categories:
|
48 |
- tabular-classification
|
@@ -80,4 +84,3 @@ This dataset is a reupload of the Online Shoppers Purchasing Intention Dataset f
|
|
80 |
|
81 |
|
82 |
|
83 |
-
|
|
|
36 |
- name: Weekend
|
37 |
dtype: bool
|
38 |
- name: Revenue
|
39 |
+
dtype:
|
40 |
+
class_label:
|
41 |
+
names:
|
42 |
+
'0': 'False'
|
43 |
+
'1': 'True'
|
44 |
splits:
|
45 |
- name: train
|
46 |
+
num_bytes: 1815486
|
47 |
num_examples: 12330
|
48 |
+
download_size: 425014
|
49 |
+
dataset_size: 1815486
|
50 |
license: cc-by-4.0
|
51 |
task_categories:
|
52 |
- tabular-classification
|
|
|
84 |
|
85 |
|
86 |
|
|