mushroom / README.md
mstz's picture
Update README.md
e5457db
|
raw
history blame contribute delete
No virus
742 Bytes
metadata
language:
  - en
tags:
  - mushroom
  - tabular_classification
  - binary_classification
  - UCI
pretty_name: Mushroom
size_categories:
  - 1K<n<10K
task_categories:
  - tabular-classification
configs:
  - mushroom
license: cc

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"]