Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -6,17 +6,18 @@ tags:
|
|
6 |
- tabular_classification
|
7 |
- binary_classification
|
8 |
- multiclass_classification
|
|
|
9 |
pretty_name: Hayes evaluation
|
10 |
size_categories:
|
11 |
-
- n<
|
12 |
-
task_categories:
|
13 |
- tabular-classification
|
14 |
configs:
|
15 |
- hayes
|
16 |
- hayes_1
|
17 |
- hayes_2
|
18 |
- hayes_3
|
19 |
-
|
20 |
---
|
21 |
# Hayes
|
22 |
The [Hayes-Roth dataset](https://archive-beta.ics.uci.edu/dataset/44/hayes+roth) from the [UCI repository](https://archive-beta.ics.uci.edu).
|
@@ -36,4 +37,4 @@ The [Hayes-Roth dataset](https://archive-beta.ics.uci.edu/dataset/44/hayes+roth)
|
|
36 |
from datasets import load_dataset
|
37 |
|
38 |
dataset = load_dataset("mstz/hayes", "hayes")["train"]
|
39 |
-
```
|
|
|
6 |
- tabular_classification
|
7 |
- binary_classification
|
8 |
- multiclass_classification
|
9 |
+
- UCI
|
10 |
pretty_name: Hayes evaluation
|
11 |
size_categories:
|
12 |
+
- n<1K
|
13 |
+
task_categories:
|
14 |
- tabular-classification
|
15 |
configs:
|
16 |
- hayes
|
17 |
- hayes_1
|
18 |
- hayes_2
|
19 |
- hayes_3
|
20 |
+
license: cc
|
21 |
---
|
22 |
# Hayes
|
23 |
The [Hayes-Roth dataset](https://archive-beta.ics.uci.edu/dataset/44/hayes+roth) from the [UCI repository](https://archive-beta.ics.uci.edu).
|
|
|
37 |
from datasets import load_dataset
|
38 |
|
39 |
dataset = load_dataset("mstz/hayes", "hayes")["train"]
|
40 |
+
```
|