This folder stores the scripts for data processing and analysis.
- example_code: example code for the project
- generate_derived_metrics: scripts for generating the derived metrics
- validation: scripts for validating the derived metrics
Most of the code is written in Python. We recommend using uv to install the dependencies and manage the environment.
If you have uv installed, you can install the dependencies by running:
uv syncYou can run the scripts using uv by running:
uv run <script_name>.pyIf you want to use other package managers, you can use the requirements.txt file at the root of the repository to install the dependencies.