jlh commited on
Commit
93fe02a
1 Parent(s): 3cfa2a7

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +49 -0
README.md ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: Administrative
5
+ dtype: int64
6
+ - name: Administrative_Duration
7
+ dtype: float64
8
+ - name: Informational
9
+ dtype: int64
10
+ - name: Informational_Duration
11
+ dtype: float64
12
+ - name: ProductRelated
13
+ dtype: int64
14
+ - name: ProductRelated_Duration
15
+ dtype: float64
16
+ - name: BounceRates
17
+ dtype: float64
18
+ - name: ExitRates
19
+ dtype: float64
20
+ - name: PageValues
21
+ dtype: float64
22
+ - name: SpecialDay
23
+ dtype: float64
24
+ - name: Month
25
+ dtype: string
26
+ - name: OperatingSystems
27
+ dtype: int64
28
+ - name: Browser
29
+ dtype: int64
30
+ - name: Region
31
+ dtype: int64
32
+ - name: TrafficType
33
+ dtype: int64
34
+ - name: VisitorType
35
+ dtype: string
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
+ ---
47
+ # Dataset Card for "uci-shopper"
48
+
49
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)