Skip to content

This a project for prediction of cover-19 confirmed cases in future days all over the world with LSTM and SVM and Polynomial Regression

Notifications You must be signed in to change notification settings

sadafrf/COVID-19-prediction-notebook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Covid-19 Confirmed Cases Prediction Project

This is the notebook which preprocesses the data files released by John Hopkins University on GitHub and analyzes the data by drawing various plots such as confirmed cases vs date, top countries with the most cases, and more. It alsp predicts the confirmed cases of Covid-19 all over the world using machine learning algorithms such as SVM, polynomial regression, and linear regression.

Dependencies

  • pandas
  • numpy
  • matplotlib
  • seaborn
  • sklearn

Dataset

The dataset used in this project is the Covid-19 data released by John Hopkins University on GitHub. The dataset contains daily time series data of Covid-19 cases and deaths in various countries from January 2020 to present.

Preprocessing

The dataset was preprocessed to include only the necessary columns such as confirmed cases, deaths, and date. The data was also cleaned and missing values were handled appropriately.

Machine Learning Models

Three machine learning models were used in this project to predict the confirmed cases of Covid-19: SVM, polynomial regression, and linear regression. The models were trained using the preprocessed data and their accuracy was evaluated.

Plots

The data was analyzed by drawing various plots such as confirmed cases vs date, top countries with the most cases, and more. The plots were created using matplotlib and seaborn libraries.

About

This a project for prediction of cover-19 confirmed cases in future days all over the world with LSTM and SVM and Polynomial Regression

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published