car / README.md
mstz's picture
Upload 3 files
d7ddc8f
|
raw
history blame
905 Bytes
metadata
language:
  - en
tags:
  - car
  - tabular_classification
  - binary_classification
pretty_name: Car evaluation
size_categories:
  - 1k<n<10K
task_categories:
  - tabular-classification
configs:
  - car

Car

The Car dataset from the UCI repository.

Configurations and tasks

Configuration Task Description
car Multiclass classification What is the acceptability level of the car?
car_binary Binary classification Is the car acceptable?

Usage

from datasets import load_dataset

dataset = load_dataset("mstz/car", "car_binary")["train"]