数据集:

mstz/yeast

英文

酵母

来自 UCI repository Yeast dataset

使用

from datasets import load_dataset

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

配置和任务

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?