Group project for Oxford University SB 2.2 Statistical Machine Learning. Assignment: SMLAssessedPractical.pdf Submission: report.pdf
- To activate local environment for the first time, in terminal use
conda env create -f environment.yml
- After, upon launching IDE run
conda activate sml-practical-env
-
And set IDE interpreter to sml-practical-env
-
To update the environment, deactivate and use
conda env update --name sml-practical-env --file environment.yml --prune