MetOffice / XBTs_classification

Project for the classification of eXpendable Bathy Thermographs
BSD 3-Clause "New" or "Revised" License
4 stars 2 forks source link

Create conda requirement file. #40

Closed stevehadd closed 4 years ago

stevehadd commented 4 years ago

We do not currently have instructions on how to run the notebooks or scripts included in the git hub repository. Currently Pangeo and Met Office Spice platforms are supported. There should be instructions for running on each, as well as a conda requirements file for getting running somehwere else. We should be able to run on the following platforms

We should include the following libraries:

There may be some conflicts, so we may need to create multiple libraries

The requirements files can then be created from the relevant libraries using the following commands to create a platform agnostic requirements file: conda env export --from-history > environment.yaml/.txt

stevehadd commented 4 years ago

I have now created requirements files to create sklearn and sklearn + xgboost environments in conda.