seeds / README.md
mstz's picture
Upload 3 files
33f25f6
|
raw
history blame
No virus
997 Bytes
---
language:
- en
tags:
- seeds
- tabular_classification
- binary_classification
- multiclass_classification
pretty_name: Page Blocks
size_categories:
- 1K<n<10K
task_categories: # Full list at https://github.com/huggingface/hub-docs/blob/main/js/src/lib/interfaces/Types.ts
- tabular-classification
configs:
- seeds
- seeds_binary
---
# 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? |