File size: 1,682 Bytes
ee896a7
2c9d3dd
 
 
 
 
 
 
b71b5ff
2c9d3dd
 
 
b71b5ff
2c9d3dd
 
 
 
 
 
 
 
 
 
 
 
 
b71b5ff
ee896a7
2c9d3dd
 
 
69ee9e0
 
 
 
 
 
 
 
2c9d3dd
 
 
69ee9e0
2c9d3dd
 
 
 
 
 
 
 
 
b71b5ff
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
---
language:
- en
tags:
- yeast
- tabular_classification
- binary_classification
- multiclass_classification
- UCI
pretty_name: Yeast
size_categories:
- n<1K
task_categories:
- tabular-classification
configs:
- yeast
- yeast_0
- yeast_1
- yeast_2
- yeast_3
- yeast_4
- yeast_5
- yeast_6
- yeast_7
- yeast_8
- yeast_9
license: cc
---
# Yeast
The [Yeast dataset](https://archive-beta.ics.uci.edu/dataset/110/yeast) from the [UCI repository](https://archive-beta.ics.uci.edu/).

# Usage
```python
from datasets import load_dataset

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


# Configurations and tasks
| **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? |