This repository contains the files needed to run the data analysis.
We have two datasets, one that is the train set and contains annoted data and another that is test set and contains none annoted data. We have to use train set in order to find the best ML model to predict output of the test set.
- Data dictionnary.png : informations about variables
- Variables note.png : specific informations about some variables
- Titanic_survival_prediction.ipynb : My analysis script
- README.md : This file
- train.csv : Train set
- test.csv : Test set
- submission.csv : Output of the prediction