Skip to content

Predição da ocupação de leitos de UTI no Brasil devido a pandemia do COVID-19, usando Support Vector Regression (SVR)

License

Notifications You must be signed in to change notification settings

Vinicius999/ICU-beds-forecast-covid-19

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prediction of the Occupancy Rate of ICU Beds by COVID-19 in Brazil Using SVR

This study sought to apply the SVR technique to predict the ICU bed occupancy rate by COVID-19 in Brazil for 7, 14, 21 and 28 days after May 10, 2021. See the document here.


Tecnologias

Vini-python jupyter


Data


Methodology

  • Training data: 85%
  • Validation data: 15%
  • Metric: MAE (Mean Absolute Error)
  • No. of training and validation tests: 10
  • Prediction time intervals: 7, 14, 21 and 28 days after the last collection date

Results

Training and validation

Figures 1, 2, 3, 4, 5, 6, 7, 8, 9 and 10 show the graph referring to the training and validation in each testing testing phase, respectively.

Figure

Figure

Figure

The table shows the parameters that were changed in each test, as well as the respective MAE results. The parameters gamma and coef0 were constant for all tests, with the values 'auto' and 1, respectively.

Figure

Prediction

In the testing phase, the parameters used in the 6th test were chosen because of the lowest MAE value obtained (8.80%), so the SVR function was as follows:

SVR(kernel='poly', C=1, gamma='auto', degree=8, epsilon=0.1, coef0=1)

The figure below shows the result of this prediction:

Figure

  • red dots: actual occupancy rates already available in the dataset;
  • blue curve: regression for the already known values
  • red curve: prediction of future days

Paper

SÁ, Gabriel Caldas Barros e et al. (2021) Predição Da Taxa de Ocupação de Leitos de UTI Por COVID-19 No Brasil Usando SVR.. In: Anais do Congresso Brasileiro Interdisciplinar em Ciência e Tecnologia. Anais...Diamantina(MG) UFVJM.

About

Predição da ocupação de leitos de UTI no Brasil devido a pandemia do COVID-19, usando Support Vector Regression (SVR)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages