Skip to content

Latest commit

 

History

History
44 lines (26 loc) · 830 Bytes

File metadata and controls

44 lines (26 loc) · 830 Bytes

healthrex_ml

Tools for creating cohorts, features, and models

  1. Clone the repo git clone https://github.com/HealthRex/healthrex_ml.git

  2. Create a new environment, note python version conda create -n healthrex_ml python=3.7.6

  3. Activate new env conda activate healthrex_ml

  4. Install healthrex_ml pip install -e .

  5. Install dependencies pip install -r requirements.txt

  6. Install lightbm (with conda) conda install lightgbm=3.1.1

healthrex_ml/cohorts

Cohort definitions for various supervised ml tasks

healthrex_ml/extractors

Grab features from our bq projects

healthrex_ml/featurizers

Transform features grabbed by extractors

healthrex_ml/models

Define models

healthrex_ml/trainers

Train models

healthrex_ml/datasets

Pytorch datasets