Install conda from here
Download dataset files from here to input
Following structure should be present
|-input
|-working
To create conda environment run following command
conda create -n cs567 --file requirements.txt
To activate environment,
conda activate cs567
To execute the jupter notebooks, run following command
jupyter-notebook
Open ensemble.ipynb from working directory available from drive or D2L to build the file. Click on Cell-> Run All