数据集:
mstz/mushroom
The Mushroom dataset from the UCI ML repository .
Configuration | Task | Description |
---|---|---|
mushroom | Binary classification | Is the mushroom poisonous? |
from datasets import load_dataset
dataset = load_dataset("mstz/mushroom")["train"]