Kaggle Titanic ML competition - using machine learning to create a model that predicts which passengers survived the Titanic shipwreck.
conda config --append channels conda-forge
conda create --name titanic --file requirements.txt
conda activate titanic