Classification model predicting Falcon 9 landing success based on mission data (IBM Data Science course capstone)
Explore, visualize and model SpaceX Falcon 9 launch data using a complete data science pipeline. The main goal is to identify the key factors that influence the success rate of first stage landings.
⚠️ Note: This project was developed in an educational context using partially pre-prepared code from the IBM course. However, I completed, extended, and documented all the analysis, modeling, and interpretation steps independently.
- Data wrangling
- Exploratory data analysis
- Implementing and evaluating ML models
- Summary and conclusions
- Python (Pandas, NumPy, Matplotlib, Seaborn)
- Scikit-learn
- Jupyter Notebooks
- Structure and workflow of a data science pipeline.
- Data collection and data wrangling methods.
- Using Pandas for data manipulation and cleaning.
- Using Matplotlib for exploratory data analysis and visualization.
- Applying statistical analysis and machine learning to uncover hidden patterns.
- Creating well-documented Github repositories with Jupyter notebooks.
- Expand the dataset to help the models generalize better.
- Incorporate new features to reveal factors that haven't been considered yet.
- Integrate additional data sources like weather conditions.
✅ Educational project - completed at 24.05.2025.
✅ Creating the documentation and putting it all together - completed at 31.05.2025.