Sum02dean / MLG

Machine Learning in Genomics Course ETH
MIT License
3 stars 2 forks source link

changed filename to sumbission.ipynb, Resolved #3, added env file. #14

Closed Sum02dean closed 2 years ago

Sum02dean commented 2 years ago

Hi both.

I added an environment.yml file. If you install any packages please add them to this file so that we can easily share the same env with:

conda env create -f environment.yml

to update pre-existing environment with yml:

conda activate myenv
conda env update --file environment.yml --prune

Cheers,

D