API Documentation¶
Return to HomePage¶
You will see all of the code needed to run the experiments in case you would like to inspect some functions.
Installation¶
- Make sure that miniconda is installed.
- Clone the git repository
git clone https://github.com/IPL-UV/ml4ocean.git
- Create a new environment from the
.yml
file and activate.
conda env create -f environment.yml
source activate 2019_ml_ocean
- (Optional) If you already have the sample
.yml
file then to save time whenever I upgrade it, just run these commands.
conda env update -f environment.yml