BANA409BANA409

Baseline Prediction

Titanic Competition Dataset: https://www.kaggle.com/c/titanic

Normally, Kaggle competition provides at least three files:

  1. the training data (for classification, the target is included)
  2. the testing data (you need to predict the target)
  3. sample submission file (show you the format of your submission file)

Go to Titanic site and download the three files.

titanic_dataset.zip

Rule-Based Prediction

Baseline Model-based Prediction

Complete Code