When you enroll in this course, you'll also be asked to select a specific program.
Learn new concepts from industry experts
Gain a foundational understanding of a subject or tool
Develop job-relevant skills with hands-on projects
Earn a shareable career certificate
There are 5 modules in this course
This is the final course in the IBM Data Science Professional Certificate as well as the Applied Data Science with Python Specialization. This capstone project course will give you the chance to practice the work that data scientists do in real life when working with datasets.
In this course you will assume the role of a Data Scientist working for a startup intending to compete with SpaceX, and in the process follow the Data Science methodology involving data collection, data wrangling, exploratory data analysis, data visualization, model development, model evaluation, and reporting your results to stakeholders.
You will be tasked with predicting if the first stage of the SpaceX Falcon 9 rocket will land successfully. With the help of your Data Science findings and models, the competing startup you have been hired by can make more informed bids against SpaceX for a rocket launch.
In this course, there will not be much new learning, instead you’ll focus on hands-on work to demonstrate and apply what you have learnt in previous courses. By successfully completing this Capstone you will have added a project to your data science and machine learning portfolio to showcase to employers.
In this capstone, we will predict if the Falcon 9 first stage will land successfully. SpaceX advertises Falcon 9 rocket launches on its website, with a cost of 62 million dollars; other providers cost upward of 165 million dollars each, much of the savings is because SpaceX can reuse the first stage. Therefore if we can determine if the first stage will land, we can determine the cost of a launch. This information can be used if an alternate company wants to bid against SpaceX for a rocket launch. In this module, you will be provided with an overview of the problem and the tools you need to complete the course.
What's included
3 videos1 reading4 assignments3 app items1 plugin
Show info about module content
3 videos•Total 10 minutes
Project Scenario and Overview•3 minutes
Data Collection Overview•4 minutes
Data Wrangling Overview•2 minutes
1 reading•Total 3 minutes
Course Introduction•3 minutes
4 assignments•Total 30 minutes
Check Points: Data Collection API•6 minutes
Check Points: Data Wrangling •8 minutes
Graded Quiz: Data Collection API with Webscraping•8 minutes
Graded Quiz: Data Wrangling Quiz•8 minutes
3 app items•Total 180 minutes
Hands-on Lab: Complete the Data Collection API Lab•60 minutes
Hands-on Lab: Complete the Data Collection with Web Scraping lab•60 minutes
Hands-on Lab: Data Wrangling•60 minutes
1 plugin•Total 15 minutes
Getting started with GitHub•15 minutes
Exploratory Data Analysis (EDA)
Module 2•2 hours to complete
Module details
In this module, you will collect data on the Falcon 9 first-stage landings. You will use a RESTful API and web scraping. You will also convert the data into a dataframe and then perform some data wrangling.
What's included
1 video4 assignments2 app items
Show info about module content
1 video•Total 2 minutes
Exploratory Data Analysis Overview•2 minutes
4 assignments•Total 24 minutes
Check Points: Exploratory Analysis Using SQL •2 minutes
Check Points: Complete the EDA with Visualization•6 minutes
Exploratory Data Analysis using SQL•10 minutes
Exploratory Data Analysis for Data Visualization•6 minutes
2 app items•Total 120 minutes
Hands-on Lab: Complete the EDA with SQL•60 minutes
EDA with Visualization Lab•60 minutes
Interactive Visual Analytics and Dashboard
Module 3•3 hours to complete
Module details
In this module, you will build a dashboard to analyze launch records interactively with Plotly Dash. You will then build an interactive map to analyze the launch site proximity with Folium.
What's included
1 video2 assignments2 app items
Show info about module content
1 video•Total 2 minutes
Interactive Visual Analytics and Dashboards•2 minutes
2 assignments•Total 40 minutes
Check Points: Interactive Visual Analytics and Dashboard •30 minutes
Graded Quiz: Interactive Visual Analytics and Dashboard•10 minutes
2 app items•Total 120 minutes
Hands-on Lab: Interactive Visual Analytics with Folium lab•60 minutes
Hands-on Lab: Build an Interactive Dashboard with Plotly Dash•60 minutes
Predictive Analysis (Classification)
Module 4•1 hour to complete
Module details
In this module, you will use machine learning to determine if the first stage of Falcon 9 will land successfully. You will split your data into training data and test data to find the best Hyperparameter for SVM, Classification Trees, and Logistic Regression. Then find the method that performs best using test data.
What's included
1 video2 assignments1 app item
Show info about module content
1 video•Total 1 minute
Predictive Analysis Overview•1 minute
2 assignments•Total 14 minutes
Check Points: Predictive Analysis•8 minutes
Graded Quiz: Predictive Analysisis•6 minutes
1 app item•Total 60 minutes
Hands-on Lab: Complete the Machine Learning Prediction lab•60 minutes
Present Your Data-Driven Insights
Module 5•4 hours to complete
Module details
In this module, you will compile all of your activities into one place and deliver your data-driven insights to determine if the first stage of Falcon 9 will land successfully.
At IBM, we know how rapidly tech evolves and recognize the crucial need for businesses and professionals to build job-ready, hands-on skills quickly. As a market-leading tech innovator, we’re committed to helping you thrive in this dynamic landscape. Through IBM Skills Network, our expertly designed training programs in AI, software development, cybersecurity, data science, business management, and more, provide the essential skills you need to secure your first job, advance your career, or drive business success. Whether you’re upskilling yourself or your team, our courses, Specializations, and Professional Certificates build the technical expertise that ensures you, and your organization, excel in a competitive world.
"To be able to take courses at my own pace and rhythm has been an amazing experience. I can learn whenever it fits my schedule and mood."
Jennifer J.
Learner since 2020
"I directly applied the concepts and skills I learned from my courses to an exciting new project at work."
Larry W.
Learner since 2021
"When I need courses on topics that my university doesn't offer, Coursera is one of the best places to go."
Chaitanya A.
"Learning isn't just about being better at your job: it's so much more than that. Coursera allows me to learn without limits."
Learner reviews
4.7
7,425 reviews
5 stars
80.44%
4 stars
13.86%
3 stars
3.05%
2 stars
1.15%
1 star
1.46%
Showing 3 of 7425
R
RS
4·
Reviewed on Sep 27, 2020
Very in-depth and rewarding project - would be a little better if more specific guidance on what to exactly include in the notebook would be better. But overall very stimulating. Thanks!
T
TM
5·
Reviewed on Jan 15, 2020
Very challenging but truly rewarding. I learnt a lot through the mistakes I made throughout the project but there is a lot of support on the forum and the internet to help with any issue.
S
SR
5·
Reviewed on Apr 13, 2023
It has been one heck of a journey, there were moments of confusion but then followed by the joy of eureka. I have found the course very useful. Special thanks to the creators and the instructors
What core machine learning algorithms are implemented in this SpaceX capstone?
Rather than relying on automated scripts, you will write custom Python code to build, tune, and evaluate several core predictive models. The project requires you to split your data to find the optimal hyperparameters for Support Vector Machines (SVM), Decision Tree Classifiers, Logistic Regression, and K-Nearest Neighbors (KNN). By performing a rigorous comparative analysis using test data, you will identify which mathematical model yields the highest predictive accuracy for rocket stage recovery.
How does this project simulate the full data science lifecycle?
This capstone is modeled exactly after an enterprise data consulting role. You will follow the complete data science methodology starting from scratch: collecting real-world launch records via RESTful APIs and web scraping, handling missing data during data wrangling, conducting exploratory data analysis (EDA), and building an interactive dashboard with Plotly Dash alongside geospatial mapping using Folium. It forces you to manage the entire pipeline from raw data ingestion to deployment-ready analytics.
How does this project help me prove my data storytelling skills to stakeholders?
A great data scientist must be able to translate complex algorithmic outputs into actionable business strategies. The final phase of this capstone requires you to compile your findings into a comprehensive report for stakeholders. Using your model's predictive insights on whether the Falcon 9 first stage will land successfully, you will formulate a competitive bidding strategy for an alternate aerospace startup. This portfolio piece proves to employers that you possess both technical machine learning skills and corporate data literacy.
When will I have access to the lectures and assignments?
To access the course materials, assignments and to earn a Certificate, you will need to purchase the Certificate experience when you enroll in a course. You can try a Free Trial instead, or apply for Financial Aid. The course may offer 'Full Course, No Certificate' instead. This option lets you see all course materials, submit required assessments, and get a final grade. This also means that you will not be able to purchase a Certificate experience.
What will I get if I subscribe to this Certificate?
When you enroll in the course, you get access to all of the courses in the Certificate, and you earn a certificate when you complete the work. Your electronic Certificate will be added to your Accomplishments page - from there, you can print your Certificate or add it to your LinkedIn profile.