jlh commited on
Commit
7fc85e9
·
1 Parent(s): 6c19775

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +30 -26
README.md CHANGED
@@ -2,57 +2,61 @@
2
  dataset_info:
3
  features:
4
  - name: poisonous
 
 
 
 
 
 
5
  dtype: string
6
- - name: ' cap-shape'
7
  dtype: string
8
- - name: ' cap-surface'
9
  dtype: string
10
- - name: ' cap-color'
11
  dtype: string
12
- - name: ' bruises'
13
  dtype: string
14
- - name: ' odor'
15
  dtype: string
16
- - name: ' gill-attachment'
17
  dtype: string
18
- - name: ' gill-spacing'
19
  dtype: string
20
- - name: ' gill-size'
21
  dtype: string
22
- - name: ' gill-color'
23
  dtype: string
24
- - name: ' stalk-shape'
25
  dtype: string
26
- - name: ' stalk-root'
27
  dtype: string
28
- - name: ' stalk-surface-above-ring'
29
  dtype: string
30
- - name: ' stalk-surface-below-ring'
31
  dtype: string
32
- - name: ' stalk-color-above-ring'
33
  dtype: string
34
- - name: ' stalk-color-below-ring'
35
  dtype: string
36
- - name: ' veil-type'
37
  dtype: string
38
- - name: ' veil-color'
39
  dtype: string
40
- - name: ' ring-number'
41
  dtype: string
42
- - name: ' ring-type'
43
  dtype: string
44
- - name: ' spore-print-color'
45
  dtype: string
46
- - name: ' population'
47
- dtype: string
48
- - name: ' habitat'
49
  dtype: string
50
  splits:
51
  - name: train
52
- num_bytes: 934260
53
  num_examples: 8124
54
- download_size: 90168
55
- dataset_size: 934260
56
  ---
57
  # Dataset Card for "uci-mushrooms"
58
 
 
2
  dataset_info:
3
  features:
4
  - name: poisonous
5
+ dtype:
6
+ class_label:
7
+ names:
8
+ '0': e
9
+ '1': p
10
+ - name: cap-shape
11
  dtype: string
12
+ - name: cap-surface
13
  dtype: string
14
+ - name: cap-color
15
  dtype: string
16
+ - name: bruises
17
  dtype: string
18
+ - name: odor
19
  dtype: string
20
+ - name: gill-attachment
21
  dtype: string
22
+ - name: gill-spacing
23
  dtype: string
24
+ - name: gill-size
25
  dtype: string
26
+ - name: gill-color
27
  dtype: string
28
+ - name: stalk-shape
29
  dtype: string
30
+ - name: stalk-root
31
  dtype: string
32
+ - name: stalk-surface-above-ring
33
  dtype: string
34
+ - name: stalk-surface-below-ring
35
  dtype: string
36
+ - name: stalk-color-above-ring
37
  dtype: string
38
+ - name: stalk-color-below-ring
39
  dtype: string
40
+ - name: veil-type
41
  dtype: string
42
+ - name: veil-color
43
  dtype: string
44
+ - name: ring-number
45
  dtype: string
46
+ - name: ring-type
47
  dtype: string
48
+ - name: spore-print-color
49
  dtype: string
50
+ - name: population
51
  dtype: string
52
+ - name: habitat
 
 
53
  dtype: string
54
  splits:
55
  - name: train
56
+ num_bytes: 958632
57
  num_examples: 8124
58
+ download_size: 90673
59
+ dataset_size: 958632
60
  ---
61
  # Dataset Card for "uci-mushrooms"
62