COVID 19 Time series analysis and prediction for Rapid Early Warning before next wave
Project Flow
- Get data - CSV file - Johns Hopkins University GitHub
- Convert it into dataframe
- Calculate the number of daily cases column
- Apply stationarity tests a. Visual Graph-Rolling Mean, Standard Deviation b. ADF Test
- Check for seasonality
- Apply transformation to change series into a stationary series
- Divide data into train and test
- Fit model on train data
- Make predictions on test data
- Graph the predicted values along with the test values
- Calculate Accuracy Parameters a. Mean Absolute Error b. Mean Square Error c. Root Mean Square Error
- Plot other graphs a. Error Residual Graphs b. Value Density Plot