Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 734 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 734 Bytes

General Linear Model for Bootcamp Dataset

How to run

The GLM is run in a single script (code/glm.py):

python code/glm.py

The dependencies are listed in a comment at the top. If you have pipx, hatch, pip-run or uv installed, you can run with one of the following:

pipx run code/glm.py
hatch run code/glm.py
pip run code/glm.py
uv run code/glm.py

If you have uv installed, ./code/glm.py will automatically use it.

Dataset structure

  • Raw dataset may be found at sourcedata/raw.
  • Derivative datasets may be found at sourcedata/derivatives.
  • GLM code is located in code/.