NotebooksMachine LearningData Science
Titanic — Machine Learning from Disaster
By Alaa El-Maria

- Published on

Sharing
This post summarizes and styles concepts from the Kaggle notebook: Titanic — Machine Learning from Disaster.
Problem overview
Predict passenger survival using tabular features such as age, sex, class, and fare.
Workflow
- Audit and impute missing values
- Encode categorical variables
- Scale numerics where needed
- Train baseline models (LogReg, RandomForest)
- Evaluate with accuracy/F1 and confusion matrix
Reference
Kaggle notebook: Titanic — Machine Learning from Disaster