中文

Mushroom

The Mushroom dataset from the UCI ML repository .

Configurations and tasks

Configuration Task Description
mushroom Binary classification Is the mushroom poisonous?

Usage

from datasets import load_dataset

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