This repository contains a jupyter notebook with code required to create models to predict the survival of passengers on the Titanic. The data used for this project is from the Kaggle Titanic Competition.
Kaggle competition entry with score
The goal of this project is to create a model that achieves highest score on Kaggle leaderboard. The score is calculated using the accuracy of the model. The accuracy is the percentage of passengers that are correctly predicted to have survived.
You need to have Python 3 installed on your machine. You can download Python 3 here. You also need to have Jupyter Notebook installed. You can download Jupyter Notebook here.
Also, you need to install the following packages:
- pandas
- numpy
- scikit-learn