Machine learning classification using the Titanic dataset from Kaggle
To get the correct libraries and versions it is recommended that the provided conda environment is used. To create and activate the titanic environment:
-
Windows -> Open Anaconda prompt. Mac/linux -> Open a terminal
-
Navigate to the /binder directory
-
Run the following command: conda env create -f environment.yml
This will fetch and install the libraries in a conda environment 'titanic'
- To activate the enviroment run the following command: conda activate titanic