Falcon 9 Rocket Falcon 9 Landing

Falcon 9 Stage 1 Analysis

This project aims to analyze the Falcon 9 rocket launches by SpaceX to predict the success rate of the first stage landing. SpaceX's ability to reuse the first stage significantly reduces launch costs, and this analysis helps in understanding the factors influencing successful landings. By determining these factors, this project can assist competitors in evaluating their bid against SpaceX.

Sources:

Data Collection Data Analysis

Data Collection & Analysis

The data for this analysis was collected using the SpaceX API and web scraping from Wikipedia. The dataset includes various launch records and outcomes, which were processed to create a comprehensive analysis of the factors influencing successful landings. Exploratory Data Analysis (EDA) was conducted using SQL and visualization tools to identify patterns and correlations.

EDA Results Interactive Map

Exploratory Data Analysis & Visualization

Exploratory Data Analysis revealed trends and insights related to launch success rates and the factors affecting them. Interactive maps and dashboards were built to visualize the data, providing a clearer understanding of the success rates and operational conditions for the Falcon 9 launches.

ML Models Confusion Matrix

Machine Learning Prediction

Machine learning models were developed to predict the success of the Falcon 9 first stage landing. Various classification algorithms were tested and tuned to achieve the best performance. The Decision Tree classifier emerged as the most accurate model, with a detailed confusion matrix showing its strengths and areas for improvement.

Sources: