This is the repository for the Kaggle competiton 'Titanic: Machine Learning from Disaster' https://www.kaggle.com/c/titanic
- wiki: overview of data and tips for the processing of the data
- data: copy of Kaggle Titanic data
All command are relative to the code tree.
Run conda install --yes --file requirements.txt
or configure the environment based on requirements. See #2 when in trouble.
pipenv install -r requirements.txt
virtualenv ktitanic
(once)source ./bin/activate
(every time you revisit the project)deactivate
(when tempory done)
See https://virtualenv.pypa.io/en/stable/userguide/#usage
As pip installs globally this is not recommended.
pip install -r requirements.txt
You can download the files manually or use Kaggle API
Make sure you are in the Data
directory.
Run kaggle competitions download -c titanic