In this capstone project, I acted as a data scientist for a fictional aerospace company called Space Y, a competitor of SpaceX. My task was to determine the price of space launches by collecting public data using Web Scraping and SQL, and creating dashboards for my team. Additionally, I developed machine learning models to predict whether SpaceX would reuse the first stage of their rockets, comparing the accuracy and effectiveness of various algorithms. This project allowed me to apply advanced data science and machine learning techniques in a real-world context and prepare reports for stakeholders.
SQL, Python, Sklearn, Folium Lab, Plotly, GitHub, Powerpoint
Inside this folder, you will find several Jupyter notebook files from the final assignments of various topics studied during the certification program. While they are not part of the project itself, these assignments were crucial for understanding various technical aspects needed to carry out the project, including:
-
SQL with Python.ipynb Contains code and examples for integrating SQL queries with Python, demonstrating how to perform data manipulation and analysis using SQL within a Python environment.
-
Statistics with Python.ipynb Provides an overview of statistical analysis techniques implemented in Python, covering descriptive statistics, inferential statistics, and various statistical tests.
-
Machine Learning Cuisine Tree Classifier.ipynb Includes a machine learning project using a decision tree classifier to categorize different types of cuisine based on various features.
-
Machine Learning Rain Prediction.ipynb Features a machine learning model aimed at predicting rainfall, utilizing historical weather data to forecast future precipitation levels.