Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jenil311/application-of-covid-19-spread-analysis

The objective of this project is to study the COVID-19 outbreak using basic statistical techniques and make short term predictions using ML regression methods.
https://github.com/jenil311/application-of-covid-19-spread-analysis

covid19-tracker machine-learning regression-analysis regression-models ridge-regression scikit-learn

Last synced: 26 days ago
JSON representation

The objective of this project is to study the COVID-19 outbreak using basic statistical techniques and make short term predictions using ML regression methods.

Awesome Lists containing this project

README

        

# Regression-Analysis-of-COVID-19

The objective of this Assignment is to study the COVID-19 outbreak using basic
visualization techniques. The active and closed cases were compared and the growth factor was calculated to observe the change in growth rate. Short term predictions were performed in order to study the impact and spread of the COVID-19 in coming days.

**Regression Methods Used:**
* Linear regression
* Polynomial Regression
* Ridge regression
* Polynomial Ridge regression
* SVM
* Decision tree