Skip to content

A Python based Support Vector Regression Model for prediction of Covid19 cases in India

Notifications You must be signed in to change notification settings

DebanjanParbat/Support-Vector-Regression

Repository files navigation

Support-Vector-Regression

A Python based Support Vector Regression Model for prediction of Covid19 cases in India The proposed work utilizes Support Vector Regression model to predict the number of total number of deaths, recovered cases, cumulative number of confirmed cases and number of daily cases. The data is collected for the time period of 1st March,2020 to 30th April,2020 (61 Days). The total number of cases as on 30th April is found to be 35043 confirmed cases with 1147 total deaths and 8889 recovered patients. The model has been developed in Python 3.6.3 to obtain the predicted values of aforementioned cases till 30th June,2020. The proposed methodology is based on prediction of values using support vector regression model with Radial Basis Function as the kernel and 10% confidence interval for the curve fitting. The data has been split into train and test set with test size 40% and training 60%. The model performance parameters are calculated as mean square error, root mean square error, regression score and percentage accuracy. The model has above 97% accuracy in predicting deaths, recovered, cumulative number of confirmed cases and 87% accuracy in predicting daily new cases. The results suggest a gaussian decrease of the number of cases and could take another 3 to 4 months to come down the minimum level with no new cases being reported. The method is very efficient and has higher accuracy than linear or polynomial regression.

About

A Python based Support Vector Regression Model for prediction of Covid19 cases in India

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages