Skip to content

Applied Data Science Capstone: SpaceX Falcon 9 First Stage Landing Prediction πŸš€

License

Notifications You must be signed in to change notification settings

Zakaria-Engineer/Applied-Data-Science-Capstone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Applied Data Science Capstone: SpaceX Falcon 9 First Stage Landing Prediction πŸš€

Welcome to my Applied Data Science Capstone project! In this project, I aim to predict whether the Falcon 9 first stage will land successfully. SpaceX advertises Falcon 9 rocket launches at a cost of $62 million, significantly lower than other providers, which can charge upwards of $165 million. This cost efficiency is largely due to SpaceX's ability to reuse the first stage of the rocket. By determining the likelihood of a successful landing, we can provide valuable insights for competitive pricing and operational efficiency.

Table of Contents

  • πŸ“œ Project Overview
  • 🎯 Learning Objectives
  • πŸ“‚ About the Dataset
  • πŸ“ Files
  • βœ… Conclusion
  • πŸ“ License

Project Overview πŸ“œ

In this capstone, I take on the role of a data scientist for a fictional rocket company, Space Y. My primary goal is to gather information about SpaceX and create dashboards to analyze launch data. I also developped machine learning models to predict the success of Falcon 9 first-stage landings, which will help Space Y determine competitive launch pricing.

Learning Objectives 🎯

By the end of this project, I was be able to:

  • Develop Python code to manipulate data in a Pandas DataFrame.
  • Convert JSON files into Pandas DataFrames.
  • Utilize data science methodologies to define and formulate real-world business problems.
  • Collect data through the SpaceX API and web scraping techniques.
  • Load datasets, clean them, and extract meaningful insights.
  • Conduct exploratory data analysis (EDA) and visualize data using Python libraries.
  • Build and evaluate predictive models using machine learning techniques.

About the SpaceX Launch Dataset πŸ“‚

The spacex_launch_dash.csv dataset provides detailed information on Falcon 9 launches conducted by SpaceX. It includes the following key features:

  • Flight Number: A unique identifier for each launch.
  • Launch Site: The location from which the rocket was launched.
  • Class: Indicates whether the launch was successful or unsuccessful.
  • Payload Mass (kg): The mass of the payload being launched, measured in kilograms.
  • Booster Version: The specific version of the Falcon 9 booster used for the launch.
  • Booster Version Category: A categorical representation of the booster version.

I collected data through the SpaceX API and web scraping techniques, followed by data wrangling to ensure quality and consistency. This approach ensured that the dataset was both current and comprehensive, allowing for thorough analysis and accurate predictions regarding the success of Falcon 9 first-stage landings.

Files πŸ“

Conclusion βœ…

This capstone project provides a comprehensive approach to applying data science methodology and techniques to predict the success of Falcon 9 first-stage landings. By leveraging machine learning and data visualization, I aim to deliver valuable insights that can enhance operational efficiency and competitive pricing strategies for Space Y. Thank you for exploring this project!

License πŸ“

This project is licensed under the Apache License 2.0. For further details, please refer to the LICENSE file.

About

Applied Data Science Capstone: SpaceX Falcon 9 First Stage Landing Prediction πŸš€

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published