Case Study
Overview
Teaching: 0 min
Exercises: 30 minQuestions
How to apply my python skills on real world data?
Objectives
Apply CRISP-DM on Titanic dataset.
We will apply the CRISP-DM framework to a real world dataset. Download the dataset and notebook template (and solution) here. Please work on the notebook CaseStudy_Titanic_Template.ipynb
.
In this case study, we will
- explore the data set,
- practice data preparation,
- visualize the data, and
- construct a linear regression
Key Points