Update README.md
Browse files
README.md
CHANGED
|
@@ -5,16 +5,19 @@ tags:
|
|
| 5 |
- car
|
| 6 |
- tabular_classification
|
| 7 |
- binary_classification
|
|
|
|
| 8 |
pretty_name: Car evaluation
|
| 9 |
size_categories:
|
| 10 |
-
-
|
| 11 |
-
task_categories:
|
| 12 |
- tabular-classification
|
| 13 |
configs:
|
| 14 |
- car
|
|
|
|
| 15 |
---
|
| 16 |
# Car
|
| 17 |
The [Car dataset](https://archive-beta.ics.uci.edu/dataset/19/car+evaluation) from the [UCI repository](https://archive-beta.ics.uci.edu).
|
|
|
|
| 18 |
|
| 19 |
# Configurations and tasks
|
| 20 |
| **Configuration** | **Task** | **Description** |
|
|
@@ -28,4 +31,4 @@ The [Car dataset](https://archive-beta.ics.uci.edu/dataset/19/car+evaluation) fr
|
|
| 28 |
from datasets import load_dataset
|
| 29 |
|
| 30 |
dataset = load_dataset("mstz/car", "car_binary")["train"]
|
| 31 |
-
```
|
|
|
|
| 5 |
- car
|
| 6 |
- tabular_classification
|
| 7 |
- binary_classification
|
| 8 |
+
- UCI
|
| 9 |
pretty_name: Car evaluation
|
| 10 |
size_categories:
|
| 11 |
+
- n<1K
|
| 12 |
+
task_categories:
|
| 13 |
- tabular-classification
|
| 14 |
configs:
|
| 15 |
- car
|
| 16 |
+
license: cc
|
| 17 |
---
|
| 18 |
# Car
|
| 19 |
The [Car dataset](https://archive-beta.ics.uci.edu/dataset/19/car+evaluation) from the [UCI repository](https://archive-beta.ics.uci.edu).
|
| 20 |
+
Classify the acceptability level of a car for resale.
|
| 21 |
|
| 22 |
# Configurations and tasks
|
| 23 |
| **Configuration** | **Task** | **Description** |
|
|
|
|
| 31 |
from datasets import load_dataset
|
| 32 |
|
| 33 |
dataset = load_dataset("mstz/car", "car_binary")["train"]
|
| 34 |
+
```
|