Go to file
junos e2e268148d Fill in 0.5 for undefined ratio.
When there are no calls and no smses (of a particular type), the ratio is undefined. But since their number is the same, I argue that the ratio can represent that with a 0.5, similarly to the case where no_calls_all = no_sms_all != 0.
2021-08-21 17:33:31 +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 Add an example for linear regression. 2021-08-12 16:54:00 +02:00
data Add tests for proximity. 2021-08-17 16:07:52 +02:00
exploration Add an option to group on other than just participant_id. 2021-08-20 17:41:12 +02:00
features Fill in 0.5 for undefined ratio. 2021-08-21 17:33:31 +02:00
machine_learning [WIP] Finish the class by assigning columns and validating model. 2021-08-13 17:41:04 +02:00
participants Add Seaborn and cleanup. 2021-04-09 15:33:52 +02:00
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 [WIP] Start calculating concordance. 2021-06-08 16:07:39 +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