Self-reported vital sign and symptom data from COVID-19 isolation cohort, KCMH, Bangkok, Thailand
The data are available in data
.
The included datasets are licensed under a Creative Commons Attribution 4.0 International License.
A list of all required python packages can be found in requirement.txt
.
To install dependencies, run
pip3 install -r requirements.txt
The code for training the XGBoost model is provided in training_model.ipynb
.
The performance of the XGBoost model on each task.
Task | PRAUC |
---|---|
Admitted within 1 day | 0.7700±0.0693 |
Admitted within 2 days | 0.8359±0.0372 |
Admitted within 3 days | 0.9451±0.0185 |