shuttle / README.md
mstz's picture
Update README.md
f32ffe9
---
language:
- en
tags:
- shuttle
- tabular_classification
- binary_classification
- multiclass_classification
- UCI
pretty_name: Shuttle
size_categories:
- 10K<n<100K
task_categories:
- tabular-classification
configs:
- shuttle
- shuttle_binary
license: cc
---
# Shuttle
The [Shuttle dataset](https://archive-beta.ics.uci.edu/dataset/146/statlog+shuttle+satellite) from the [UCI repository](https://archive-beta.ics.uci.edu/).
# Configurations and tasks
| **Configuration** | **Task** | **Description** |
|-----------------------|---------------------------|-------------------------|
| shuttle | Multiclass classification.| |
| shuttle_0 | Binary classification. | Is the image of class 0? |
| shuttle_1 | Binary classification. | Is the image of class 1? |
| shuttle_2 | Binary classification. | Is the image of class 2? |
| shuttle_3 | Binary classification. | Is the image of class 3? |
| shuttle_4 | Binary classification. | Is the image of class 4? |
| shuttle_5 | Binary classification. | Is the image of class 5? |
| shuttle_6 | Binary classification. | Is the image of class 6? |