Go to file
junos c0ea17dbe3 Update rapids. 2021-11-17 18:58:12 +01:00
.idea
config Merge branch 'ambient' into ml_pipeline 2021-11-17 10:39:55 +01:00
data
exploration Add a demo of pipeline. 2021-11-17 10:44:49 +01:00
features Merge branch 'ambient' into ml_pipeline 2021-11-17 10:39:55 +01:00
machine_learning Add a demo of pipeline. 2021-11-17 10:44:49 +01:00
participants
rapids@4829b155d5 Update rapids. 2021-11-17 18:58:12 +01:00
statistical_analysis Add a demo of pipeline. 2021-11-17 10:44:49 +01:00
test [WIP] Fix tests to use pyprojroot. 2021-10-29 12:07:12 +02:00
.gitignore Further refactor by moving helper functions. 2021-09-15 15:14:54 +02:00
.gitmodules Add the rapids fork submodule. 2021-11-17 12:47:42 +01:00
README.md
setup.py

README.md

STRAW2analysis

All analysis for the STRAW project.

To install:

  1. Create a conda virtual environment from the environment.yml file.

    cd config
    conda env create --file environment.yml
    conda activate straw2analysis
    

    If you have already created this environment, you can update it using:

    conda deactivate
    conda env update --file environment.yml
    conda activate straw2analysis
    

    To use this environment in the Jupyter notebooks under ./exploration/, you can select it under Kernel > Change kernel after running:

    ipython kernel install --user --name=straw2analysis
    
  2. Provide a file called .env to be used by python-dotenv which should be placed in the top folder of the application and should have the form:

    DB_PASSWORD=database-password