Note
- Under testing/tuning.
To run the notebooks on mybinder, please follow: For analysis notebook:
For dimension reduction notebook:
To run the notebooks in this repository in Google Colab, click on the colab link below: Note that you will need to have a Google account to run the notebooks in Colab.
Once in the jupyterhub, go to Git > Clone a Repository There you can add this repository url: https://github.com/ioos/soundcoop The notebook will be downloaded for you on this space, and you are ready to go! Make sure you either first install all the dependencies from the repository, by either running the install cells of each notebook or by initially install all the required dependencies. This second option can be done with
poetry install
or
pip install -r requirements.txt