The sinking of the ship, Titanic, is one of the most infamous events in history. This incident led to the deaths of 1,502 passengers and crew out of 2,224. In this problem, we will use data science to predict whether the passenger will survive this tragedy or not and then test the performance of our model based on the actual statistics of the tragedy.
To follow up with the Titanic example, you need to do the following:
- Download this repository in a ZIP file by clicking on https://github.com/ahmed-menshawy/ML_Titanic/archive/master.zip or execute from the terminal:
- Git clone: https://github.com/ahmed-menshawy/ML_Titanic.git
- Install [virtualenv]: (http://virtualenv.readthedocs.org/en/latest/installation.html)
- Navigate to the directory where you unzipped or cloned the repo and create a virtual environment with virtualenv ml_titanic...