File size: 2,049 Bytes
ae986bd
db8629b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
091254c
 
 
 
f32ffe9
091254c
ae986bd
091254c
 
 
 
 
 
 
 
 
 
 
 
 
f32ffe9
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
---
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? |