Go to file
junos 6fc0d962ae Remove low values of pressure. 2021-10-22 18:09:17 +02:00
.idea
config Explore barometer and temperature data. 2021-10-14 17:59:33 +02:00
data Add tests for proximity. 2021-08-17 16:07:52 +02:00
exploration Explore barometer and temperature data. 2021-10-14 17:59:33 +02:00
features Remove low values of pressure. 2021-10-22 18:09:17 +02:00
machine_learning [WIP] Finish the class by assigning columns and validating model. 2021-08-13 17:41:04 +02:00
participants
statistical_analysis Further reduce figure height and increase font size. 2021-08-04 18:05:52 +02:00
test calls_sms_features() now returns all communication features. 2021-08-18 15:41:47 +02:00
.gitignore
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 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