Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drkbluescience/ibm-datascience-spacex
In this project, we predict whether the Falcon 9 first stage will land successfully by following the data science methodology.
https://github.com/drkbluescience/ibm-datascience-spacex
data-visualization data-wrangling machine-learning-algorithms sql-query sqlite webscraping-data
Last synced: 3 days ago
JSON representation
In this project, we predict whether the Falcon 9 first stage will land successfully by following the data science methodology.
- Host: GitHub
- URL: https://github.com/drkbluescience/ibm-datascience-spacex
- Owner: drkbluescience
- Created: 2024-06-06T13:28:59.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-07T14:59:44.000Z (5 months ago)
- Last Synced: 2024-06-07T15:42:29.575Z (5 months ago)
- Topics: data-visualization, data-wrangling, machine-learning-algorithms, sql-query, sqlite, webscraping-data
- Language: Jupyter Notebook
- Homepage:
- Size: 559 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SpaceX Falcon 9 first stage Landing Prediction
In this capstone project-[IBM-Applied Data Science Capstone](https://www.coursera.org/learn/applied-data-science-capstone), the successful landing of the Falcon 9 first stage is predicted. Data on Falcon 9 first-stage landings is collected using a RESTful API and web scraping.
The collected data is converted into a dataframe and then subjected to data wrangling.An interactive dashboard is built using Plotly Dash to analyze the launch records. Additionally, an interactive map is created with Folium to examine the proximity of the launch sites.
Google Colab was used for all notebooks except for interactive visual analytics and the dashboard, which were done in the local environment. The required Python packages for the environment are listed in the requirements.txt file.Machine learning is used to determine if the first stage of Falcon 9 will land successfully. The data is split into training and test sets to find the optimal hyperparameters for SVM, classification trees, and logistic regression. The best-performing method is then identified using the test data.