Package src
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
.ymlfile and activate.
conda env create -f environment.yml
source activate 2019_ml_ocean
- (Optional) If you already have the sample
.ymlfile then to save time whenever I upgrade it, just run these commands.
conda env update -f environment.yml
Expand source code
"""
.. include:: ../docs/APIREADME.md
"""
Sub-modules
src.datasrc.experimentssrc.featuressrc.modelssrc.testssrc.utilssrc.visualization