hayes_roth / README.md
mstz's picture
Upload 3 files
5f3e34e
|
raw
history blame
1.15 kB
metadata
language:
  - en
tags:
  - hayes
  - tabular_classification
  - binary_classification
  - multiclass_classification
pretty_name: Hayes evaluation
size_categories:
  - n<1k
task_categories:
  - tabular-classification
configs:
  - hayes
  - hayes_1
  - hayes_2
  - hayes_3

Hayes

The Hayes-Roth dataset from the UCI repository.

Configurations and tasks

Configuration Task Description
hayes Multiclass classification Classify hayes type.
hayes_1 Binary classification Is this instance of class 1?
hayes_2 Binary classification Is this instance of class 2?
hayes_3 Binary classification Is this instance of class 3?

Usage

from datasets import load_dataset

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