Building

Requirements

The following packages are required to run the code:

  • black

  • pytorch

  • pandas

  • numpy

  • matplotlib

  • xarray

  • pytorch-lightning

  • optuna

  • joblib

Cloning from repository

First:

git clone https://github.com/florpi/sunbird.git

To install the code:

python setup.py install --user

Or in development mode (any change to Python code will take place immediately):

python setup.py develop --user