we need to build a predictive model that answers the question: what sorts of people were more likely to survive?
Problem Statement : The sinking of the Titanic is one of the most infamous shipwrecks in history.
In this challenge, we need to build a predictive model that answers the question: “what sorts of people were more likely to survive?” using passenger data (ie name, age, gender, socio-economic class, etc).
- Get Data
- Data Pre Processing
- Data Analysis
- Train Test Split(But given dataset is already splitted)
- Logistic Regression Model
- Evaluation