/2004_titanic

Machine learning classification using Titanic data as an example

Primary LanguageJupyter NotebookMIT LicenseMIT

2004_titanic

Machine learning classification using the Titanic dataset from Kaggle

Binder

Open In Colab

Set up environment locally

To get the correct libraries and versions it is recommended that the provided conda environment is used. To create and activate the titanic environment:

  1. Windows -> Open Anaconda prompt. Mac/linux -> Open a terminal

  2. Navigate to the /binder directory

  3. Run the following command: conda env create -f environment.yml

This will fetch and install the libraries in a conda environment 'titanic'

  1. To activate the enviroment run the following command: conda activate titanic