You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 year ago | |
---|---|---|
.idea | 1 year ago | |
config | 1 year ago | |
data | 1 year ago | |
exploration | 1 year ago | |
features | 1 year ago | |
machine_learning | 1 year ago | |
participants | 1 year ago | |
statistical_analysis | 1 year ago | |
test | 1 year ago | |
.gitignore | 1 year ago | |
README.md | 1 year ago | |
setup.py | 2 years ago |
README.md
STRAW2analysis
All analysis for the STRAW project.
To install:
-
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
-
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