This is the dev branch of the repo aimed at modelling and making submissions for the Kaggle Titanic Competition with the code from Juputer Notebooks. This repo will be updated as I try better models to improve and get a higher score.
- Clone this repo on your local machine
- At the terminal, run:
pipenv shell
- Then install the requirements:
$ pipenv install -r requirements.txt
- Finally, open the jupyter lab environment:
pipenv run jupyter lab
- First submission- titanic-pred-raw.ipynb, uses linear SVM model to predict survivors aboard the Titanic. Accuracies gotten:
- validation: 83.8%
- test(submitted): 77.2%