Go to file
junos 53f34965e2 Add a test for preprocess_esm.
Replace commas with semicolons for csv.
2021-06-01 18:24:44 +02:00
.idea Add SMS data exploration and use Jupytext to save JupyterNotebooks as py scripts. 2021-05-07 12:10:46 +02:00
config Merge remote-tracking branch 'origin/master' into master 2021-05-31 11:48:10 +02:00
data Add a test for preprocess_esm. 2021-06-01 18:24:44 +02:00
exploration Look at the ESM data and test JSON expansion. 2021-06-01 12:10:42 +02:00
features Expand ESM_JSON column and add esm example data. 2021-06-01 17:57:08 +02:00
participants Add Seaborn and cleanup. 2021-04-09 15:33:52 +02:00
test Add a test for preprocess_esm. 2021-06-01 18:24:44 +02:00
.gitignore Remove remaining Jupyter notebook. 2021-05-07 12:53:10 +02:00
README.md Add info about adding a kernel to Jupyter notebook. 2021-04-06 16:26:43 +02:00
setup.py Add a method to get Calls data. 2021-01-05 17:00:45 +01:00

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 an .env file 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