Skip to content
Snippets Groups Projects

COVID-19_RISK_PREDICTOR

To develop a model that takes in demographics, living style and symptoms/conditions to predict risk for patients.

Directory structure used to read parsed data

encoded-2-week-filter.csv

Create conda environment before running anything

conda create env -n rico -f configs/environment.yaml
conda activate rico

Run model training

python src/Model.py

output files are saved in the top level directory.