Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 423 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 423 Bytes

Titanic-Machine-Learning-Kaggle

Titanic: Machine Learning from Disaster - Kaggle Challenge

Goal: Exploring a binary classification problem; predicting which passengers survived the Titanic shipwreck using the data presented by Kaggle.

Here are the steps for solving this classification problem:

  1. Exploratory data analysis (EDA)
  2. Training models
  3. Comparing models
  4. Fine-tuning the best model
  5. Model evaluation