jlh commited on
Commit
43b926e
1 Parent(s): 19dec00

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +8 -5
README.md CHANGED
@@ -36,13 +36,17 @@ dataset_info:
36
  - name: Weekend
37
  dtype: bool
38
  - name: Revenue
39
- dtype: bool
 
 
 
 
40
  splits:
41
  - name: train
42
- num_bytes: 1718388
43
  num_examples: 12330
44
- download_size: 422794
45
- dataset_size: 1718388
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