This Capstone Project is the final and 10th module of this course in IBM Data Science Professional Certificate specialization, and it actually summarizes all materials that have been learnt during this specialization.
SpaceX is the most successful commercial company of space age, making space travel affordable. The company advertises Falcon 9 rocket launches on its website, with a cost of 62 million dollars. At the heart of SpaceX’s spate of successes is the Falcon 9, which has brought down the cost of reaching space and become a springboard. While other providers cost upward of 165 million dollars each, much of the savings is because SpaceX can reuse the first stage. Therefore, if we can determine if the first stage will land, we can determine the cost of a launch. Based on public information and machine learning models, we are going to predict if SpaceX will reuse the first stage.
- How do variables such as payload mass, launch site, number of flights, and orbits affect the success of the first stage landing?
- Does the rate of successful landings increase over the years?
- What is the best algorithm that can be used for binary classification in this case?
- Using SpaceX Rest API
- Using Web Scrapping from Wikipedia
- Filtering the data
- Dealing with missing values
- Tranforming the data and adding new columns
- Using One Hot Encoding to prepare the data to a binary classification
- Selected required features, split the data, build models, tuned and performed evaluation to ensure an optimized model