/Titanic

Kaggle Titanic ML competition - using machine learning to create a model that predicts which passengers survived the Titanic shipwreck.

Primary LanguageJupyter Notebook

Titanic

Kaggle Titanic ML competition - using machine learning to create a model that predicts which passengers survived the Titanic shipwreck.

Setup

Add conda-forge to list of channels if it doesnt already exist

conda config --append channels conda-forge

Create virtualenv then activate it

conda create --name titanic --file requirements.txt

conda activate titanic