Challenger USA Space Shuttle O-Ring
Donated on 8/4/1993
Task: predict the number of O-rings that experience thermal distress on a flight at 31 degrees F given data on the previous 23 shuttle flights
Dataset Characteristics
Multivariate
Subject Area
Physics and Chemistry
Associated Tasks
Regression
Feature Type
Integer
# Instances
23
# Features
4
Dataset Information
Additional Information
There are two databases: (both use the same set of 5 attributes): 1. Primary o-ring erosion and/or blowby 2. Primary o-ring erosion only The two databases are identical except for the 2nd attribute of the 21st instance (confirmed by David Draper on 8/5/93). Edited from (Draper, 1993): The motivation for collecting this database was the explosion of the USA Space Shuttle Challenger on 28 January, 1986. An investigation ensued into the reliability of the shuttle's propulsion system. The explosion was eventually traced to the failure of one of the three field joints on one of the two solid booster rockets. Each of these six field joints includes two O-rings, designated as primary and secondary, which fail when phenomena called erosion and blowby both occur. The night before the launch a decision had to be made regarding launch safety. The discussion among engineers and managers leading to this decision included concern that the probability of failure of the O-rings depended on the temperature t at launch, which was forecase to be 31 degrees F. There are strong engineering reasons based on the composition of O-rings to support the judgment that failure probability may rise monotonically as temperature drops. One other variable, the pressure s at which safety testing for field join leaks was performed, was available, but its relevance to the failure process was unclear. Draper's paper includes a menacing figure graphing the number of field joints experiencing stress vs. liftoff temperature for the 23 shuttle flights previous to the Challenger disaster. No previous liftoff temperature was under 53 degrees F. Although tremendous extrapolation must be done from the given data to assess risk at 31 degrees F, it is obvious even to the layman "to foresee the unacceptably high risk created by launching at 31 degrees F." For more information, see Draper (1993) or the other previous analyses. The task is to predict the number of O-rings that will experience thermal distress for a given flight when the launch temperature is below freezing.
Has Missing Values?
No
Variables Table
Variable Name | Role | Type | Description | Units | Missing Values |
---|---|---|---|---|---|
num_O_rings | Target | Integer | no | ||
num_thermal_distress | Feature | Integer | no | ||
launch_temp | Feature | Integer | F | no | |
leak_check_pressure | Feature | Integer | psi | no | |
temporal_order | Feature | Integer | no |
0 to 5 of 5
Additional Variable Information
1. Number of O-rings at risk on a given flight 2. Number experiencing thermal distress 3. Launch temperature (degrees F) 4. Leak-check pressure (psi) 5. Temporal order of flight
Dataset Files
File | Size |
---|---|
o-ring-erosion.names | 3.8 KB |
o-ring-erosion-only.data | 322 Bytes |
o-ring-erosion-or-blowby.data | 322 Bytes |
Index | 190 Bytes |
Reviews
There are no reviews for this dataset yet.
pip install ucimlrepo
from ucimlrepo import fetch_ucirepo # fetch dataset challenger_usa_space_shuttle_o_ring = fetch_ucirepo(id=92) # data (as pandas dataframes) X = challenger_usa_space_shuttle_o_ring.data.features y = challenger_usa_space_shuttle_o_ring.data.targets # metadata print(challenger_usa_space_shuttle_o_ring.metadata) # variable information print(challenger_usa_space_shuttle_o_ring.variables)
Draper, D. (1993). Challenger USA Space Shuttle O-Ring [Dataset]. UCI Machine Learning Repository. https://doi.org/10.24432/C5PW2T.
Creators
David Draper
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.