|
--- |
|
configs: |
|
- config_name: shuttle_0 |
|
data_files: |
|
- path: shuttle_0/train.csv |
|
split: train |
|
default: true |
|
- config_name: shuttle_1 |
|
data_files: |
|
- path: shuttle_1/train.csv |
|
split: train |
|
default: false |
|
- config_name: shuttle_2 |
|
data_files: |
|
- path: shuttle_2/train.csv |
|
split: train |
|
default: false |
|
- config_name: shuttle_3 |
|
data_files: |
|
- path: shuttle_3/train.csv |
|
split: train |
|
default: false |
|
- config_name: shuttle_4 |
|
data_files: |
|
- path: shuttle_4/train.csv |
|
split: train |
|
default: false |
|
- config_name: shuttle_5 |
|
data_files: |
|
- path: shuttle_5/train.csv |
|
split: train |
|
default: false |
|
- config_name: shuttle_6 |
|
data_files: |
|
- path: shuttle_6/train.csv |
|
split: train |
|
default: false |
|
- config_name: shuttle |
|
data_files: |
|
- path: shuttle/train.csv |
|
split: train |
|
default: false |
|
language: en |
|
license: cc |
|
pretty_name: Shuttle |
|
size_categories: 1M<n<10M |
|
tags: |
|
- tabular_classification |
|
- binary_classification |
|
- multiclass_classification |
|
task_categories: |
|
- tabular-classification |
|
--- |
|
# 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? | |