yeast / README.md
mstz's picture
Update README.md
69ee9e0
metadata
language:
  - en
tags:
  - yeast
  - tabular_classification
  - binary_classification
  - multiclass_classification
  - UCI
pretty_name: Yeast
size_categories:
  - n<1K
task_categories:
  - tabular-classification
configs:
  - yeast
  - yeast_0
  - yeast_1
  - yeast_2
  - yeast_3
  - yeast_4
  - yeast_5
  - yeast_6
  - yeast_7
  - yeast_8
  - yeast_9
license: cc

Yeast

The Yeast dataset from the UCI repository.

Usage

from datasets import load_dataset

dataset = load_dataset("mstz/yeast")["train"]

Configurations and tasks

Configuration Task Description
yeast Multiclass classification.
yeast_0 Binary classification. Is the instance of class 0?
yeast_1 Binary classification. Is the instance of class 1?
yeast_2 Binary classification. Is the instance of class 2?
yeast_3 Binary classification. Is the instance of class 3?
yeast_4 Binary classification. Is the instance of class 4?
yeast_5 Binary classification. Is the instance of class 5?
yeast_6 Binary classification. Is the instance of class 6?
yeast_7 Binary classification. Is the instance of class 7?
yeast_8 Binary classification. Is the instance of class 8?
yeast_9 Binary classification. Is the instance of class 9?