The viewer is disabled because this dataset repo requires arbitrary Python code execution. Please consider removing the loading script and relying on automated data support (you can use convert_to_parquet from the datasets library). If this is not possible, please open a discussion for direct help.

YAML Metadata Error: "configs[0]" must be of type object
YAML Metadata Error: "configs[1]" must be of type object
YAML Metadata Error: "configs[2]" must be of type object
YAML Metadata Error: "configs[3]" must be of type object
YAML Metadata Error: "configs[4]" must be of type object
YAML Metadata Error: "configs[5]" must be of type object
YAML Metadata Error: "configs[6]" must be of type object
YAML Metadata Error: "configs[7]" must be of type object
YAML Metadata Error: "configs[8]" must be of type object
YAML Metadata Error: "configs[9]" must be of type object
YAML Metadata Error: "configs[10]" must be of type object

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?
Downloads last month
10
Edit dataset card