Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vishal-038/datascience_capstone_project

SpaceX Falcon 9 First Stage Landing Prediction Our project focuses on predicting the success of Falcon 9 first-stage landings, a crucial aspect of SpaceX's cost-saving strategy
https://github.com/vishal-038/datascience_capstone_project

data-science jupyter-notebook k-means-clustering machine-learning python

Last synced: about 1 month ago
JSON representation

SpaceX Falcon 9 First Stage Landing Prediction Our project focuses on predicting the success of Falcon 9 first-stage landings, a crucial aspect of SpaceX's cost-saving strategy

Awesome Lists containing this project

README

        

# SpaceX Falcon 9 First Stage Landing Prediction Capstone

## Introduction

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.

### Module 1: Introduction
- Overview of the problem and tools needed for the course

### Module 2: Exploratory Data Analysis (EDA)
- Collecting data on Falcon 9 first-stage landings using a RESTful API and web scraping
- Converting data into a dataframe and performing data wrangling

### Module 3: Interactive Visual Analytics and Dashboard
- Building a dashboard to analyze launch records interactively with Plotly Dash
- Building an interactive map to analyze the launch site proximity with Folium

### Module 4: Predictive Analysis (Classification)
- 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