Skip to content

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

  1. Make sure that miniconda is installed.
  2. Clone the git repository
git clone https://github.com/IPL-UV/ml4ocean.git
  1. Create a new environment from the .yml file and activate.
conda env create -f environment.yml
source activate 2019_ml_ocean
  1. (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