seeds / README.md
mstz's picture
Update README.md
47417be
|
raw
history blame contribute delete
No virus
917 Bytes
---
language:
- en
tags:
- seeds
- tabular_classification
- binary_classification
- multiclass_classification
- UCI
pretty_name: Page Blocks
size_categories:
- 1K<n<10K
task_categories:
- tabular-classification
configs:
- seeds
- seeds_binary
license: cc
---
# Post Operative
The [Seeds dataset](https://archive-beta.ics.uci.edu/dataset/236/seeds) from the [UCI repository](https://archive-beta.ics.uci.edu/).
# Configurations and tasks
| **Configuration** | **Task** | **Description** |
|-----------------------|---------------------------|-------------------------|
| seeds | Multiclass classification.| |
| seeds_0 | Binary classification. | Is the seed of class 0? |
| seeds_1 | Binary classification. | Is the seed of class 1? |
| seeds_2 | Binary classification. | Is the seed of class 2? |