An open API service indexing awesome lists of open source software.

https://github.com/josephmars/covid19_death_prediction

Shiny app to predict the risk of death by COVID-19 based on demographic data. Support Vector Machine (SVM) and XGBoost were used.
https://github.com/josephmars/covid19_death_prediction

epidemiology healthcare-ai machine-learning

Last synced: 5 months ago
JSON representation

Shiny app to predict the risk of death by COVID-19 based on demographic data. Support Vector Machine (SVM) and XGBoost were used.

Awesome Lists containing this project

README

          

# Prediction of risk of death by COVID19 (2020)

Shiny app to predict the risk of death by COVID-19 based on demographic data. It leverages the classification model SVM trained on public available data from the Colombian Ministry of Health. The app is in Spanish.

![App diagram](docs/images/diagram.png)

Demographic data:
- Age
- Sex
- City and department
- Days before notification of symptoms

How to run the app:
1. Clone the repository
2. You can run the app by running `shiny::runApp("app")` in R.

## Acknowledgments
- Data provided by the Colombian Ministry of Health.
- Model trained togethr with the Analytics Research Lab of the Universidad del Norte.