Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,32 +1,62 @@
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
features:
|
4 |
-
- name:
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
dtype: string
|
6 |
-
- name:
|
7 |
dtype: string
|
8 |
-
- name:
|
9 |
dtype: string
|
10 |
-
- name:
|
11 |
dtype: string
|
12 |
-
- name:
|
13 |
dtype: string
|
14 |
-
- name:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
dtype: string
|
16 |
-
- name: quality
|
17 |
-
dtype:
|
18 |
-
class_label:
|
19 |
-
names:
|
20 |
-
'0': acc
|
21 |
-
'1': good
|
22 |
-
'2': unacc
|
23 |
-
'3': vgood
|
24 |
splits:
|
25 |
- name: train
|
26 |
-
num_bytes:
|
27 |
-
num_examples:
|
28 |
-
download_size:
|
29 |
-
dataset_size:
|
30 |
---
|
31 |
# Dataset Card for "uci-car-evaluation"
|
32 |
|
|
|
1 |
---
|
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-car-evaluation"
|
62 |
|