File size: 742 Bytes
62805e5
22d7564
 
 
53b6493
22d7564
 
e5457db
53b6493
22d7564
53b6493
5a67652
22d7564
 
53b6493
5a67652
62805e5
53b6493
 
22d7564
 
53b6493
 
 
22d7564
 
 
 
 
5a67652
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
---
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](https://archive.ics.uci.edu/ml/datasets/Mushroom) from the [UCI ML repository](https://archive.ics.uci.edu/ml/datasets).

# Configurations and tasks
| **Configuration** | **Task**                  | **Description**           |
|-------------------|---------------------------|---------------------------|
| mushroom          | Binary classification     | Is the mushroom poisonous?|

# Usage
```python
from datasets import load_dataset

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