In this capstone, we will predict if the Falcon 9 first stage will land successfully. SpaceX advertises Falcon 9 rocket launches on its website, with a cost of 62 million dollars; 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. This information can be used if an alternate company wants to bid against SpaceX for a rocket launch. In this module, you will be provided with an overview of the problem and the tools you need to complete the course.
- Overview of the problem and tools needed for the course
- Collecting data on Falcon 9 first-stage landings using a RESTful API and web scraping
- Converting data into a dataframe and performing data wrangling
- Building a dashboard to analyze launch records interactively with Plotly Dash
- Building an interactive map to analyze the launch site proximity with Folium
- Using machine learning to determine if the first stage of Falcon 9 will land successfully
- Splitting data into training data and test data to find the best Hyperparameter for SVM, Classification Trees, and Logistic Regression
- Finding the method that performs best using test data