
Shuttle Landing Control
Donated on 10/31/1988
Tiny database; all nominal values
Dataset Characteristics
Multivariate
Subject Area
Physical Science
Associated Tasks
Classification
Feature Type
Categorical
# Instances
15
# Features
-
Dataset Information
Additional Information
This is a tiny database. Michie reports that Burke's group used RULEMASTER to generate comprehendable rules for determining the conditions under which an autolanding would be preferable to manual control of the spacecraft.
Has Missing Values?
No
Variables Table
Variable Name | Role | Type | Demographic | Description | Units | Missing Values |
---|---|---|---|---|---|---|
no | ||||||
no | ||||||
no | ||||||
no | ||||||
no | ||||||
no |
0 to 6 of 6
Additional Variable Information
1. Class: noauto, auto -- that is, advise using manual/automatic control 2. STABILITY: stab, xstab 3. ERROR: XL, LX, MM, SS 4. SIGN: pp, nn 5. WIND: head, tail 6. MAGNITUDE: Low, Medium, Strong, OutOfRange 7. VISIBILITY: yes, no
Shuttle Landing Control. (1988). UCI Machine Learning Repository. https://doi.org/10.24432/C57S34.
@misc{misc_shuttle_landing_control_88, title = {{Shuttle Landing Control}}, year = {1988}, howpublished = {UCI Machine Learning Repository}, note = {{DOI}: https://doi.org/10.24432/C57S34} }
pip install ucimlrepo
from ucimlrepo import fetch_ucirepo # fetch dataset shuttle_landing_control = fetch_ucirepo(id=88) # data (as pandas dataframes) X = shuttle_landing_control.data.features y = shuttle_landing_control.data.targets # metadata print(shuttle_landing_control.metadata) # variable information print(shuttle_landing_control.variables)
DOI
License
This dataset is licensed under a Creative Commons Attribution 4.0 International (CC BY 4.0) license.
This allows for the sharing and adaptation of the datasets for any purpose, provided that the appropriate credit is given.