Datasets:
Tasks:
Tabular Classification
Modalities:
Tabular
Formats:
csv
Languages:
English
Size:
10K - 100K
License:
Update README.md
Browse files
README.md
CHANGED
|
@@ -8,10 +8,11 @@ tags:
|
|
| 8 |
pretty_name: House16
|
| 9 |
size_categories:
|
| 10 |
- 10k<n<100K
|
| 11 |
-
task_categories:
|
| 12 |
- tabular-classification
|
| 13 |
configs:
|
| 14 |
- house16
|
|
|
|
| 15 |
---
|
| 16 |
# House16
|
| 17 |
The [House16 dataset](https://www.openml.org/search?type=data&sort=runs&id=821&status=active) from the [OpenML repository](https://www.openml.org/).
|
|
@@ -27,4 +28,4 @@ The [House16 dataset](https://www.openml.org/search?type=data&sort=runs&id=821&s
|
|
| 27 |
from datasets import load_dataset
|
| 28 |
|
| 29 |
dataset = load_dataset("mstz/house16", "house16")["train"]
|
| 30 |
-
```
|
|
|
|
| 8 |
pretty_name: House16
|
| 9 |
size_categories:
|
| 10 |
- 10k<n<100K
|
| 11 |
+
task_categories:
|
| 12 |
- tabular-classification
|
| 13 |
configs:
|
| 14 |
- house16
|
| 15 |
+
license: cc
|
| 16 |
---
|
| 17 |
# House16
|
| 18 |
The [House16 dataset](https://www.openml.org/search?type=data&sort=runs&id=821&status=active) from the [OpenML repository](https://www.openml.org/).
|
|
|
|
| 28 |
from datasets import load_dataset
|
| 29 |
|
| 30 |
dataset = load_dataset("mstz/house16", "house16")["train"]
|
| 31 |
+
```
|