Spacex Report
Spacex Report
Spacex Report
Fatih
n
İlha n
01 Executive Summary
02 Introduction
Outline 03 Methodology
04 Results
05 Conclusion
06 Appendix
01
Collection Data
Data Wrangling
Executive
Summary Exploratory Data
Stages
EDA by Visualization
Introduction
SpaceX's Goal
FALCON 9 ROCKETS
Falcon 9 is a two-stage reusable rocket developed and manufactured by
SpaceX, a private aerospace company founded by Elon Musk. Here are
some key features and missions of Falcon 9 rockets
NASA Missions: Falcon 9 has been selected by NASA for various missions,
including resupplying the ISS as part of the Commercial Resupply
Services (CRS) contract. Falcon 9 was also used to launch the Crew
Dragon spacecraft, enabling NASA to resume crewed launches from U.S.
soil.
Methodology
03
WEB "https://en.wikipedia.org/w/index.php?title=List_of_Falcon_9_and_
PAGE Falcon_Heavy_launches&oldid=1027686922"
03
Data Wrangling
Calculate the number of launches on each site
Calculate the number and occurrence of each orbit
Calculate the number and occurence of mission outcome per orbit type
Create a landing outcome label from Outcome column
03
We see that different launch sites have different success rates. CCAFS LC-40,
has a success rate of 60 %, while KSC LC-39A and VAFB SLC 4E has a success rate of 77%.
03
Use the function catplot to plot FlightNumber vs LaunchSite, set the parameter x parameter to FlightNumber,
set the y to Launch Site and set the parameter hue to 'class'
03
We also want to observe if there is any relationship between launch sites and their payload mass.
03
Display the names of the unique launch sites in the space mission
03
Display the total payload mass carried by boosters launched by NASA (CRS)
03
List the date when the first succesful landing outcome in ground pad was acheived.
03
List the names of the boosters which have success in drone ship and have
payload mass greater than 4000 but less than 6000
03
List the names of the booster_versions which have carried the maximum payload mass. Use a subquery
03
List the records which will display the month names, failure landing_outcomes in drone ship ,booster versions, launch_site for
the months in year 2015.
03
Rank the count of successful landing_outcomes between the date 04-06-2010 and 20-03-2017 in descending order.
03
Calculate the accuracy on the test data using the method score:
0.8333333333333334
03
accuracy : 0.8482142857142856
Calculate the accuracy on the test data using the method score:
0.8333333333333334
03
accuracy : 0.8714285714285713
Calculate the accuracy of tree_cv on the test data using the method score:
0.8333333333333334
03
accuracy : 0.8482142857142858
Calculate the accuracy of knn_cv on the test data using the method score:
0.8333333333333334
03
Conclusion
There is a correlation between launch site and success rate
Payload mass is also associated with the success rate.: the more
massive the payload, the less likely the first stage will return
For orbit type, SO has the least success rate while ES-L1, GEO, HEO and
SSO have the highest success rate According to the yearly trend
• There has been an increase in the success rate since 201 3 kept
increasing till 2020 • With best parameter provided, decision tree
classifier used in prediction yielded the highest accuracy of 84% .
Thank you!
Fa tih
İlh an
https://github.com/fatihilhan42/SpaceX_Falcon
Appendix -9_First_stage_landing_prediction/tree/main
Resources