Related Experiment Video
Updated: Sep 2, 2025

Surrogate Model Development for Digital Experiments in Welding
Published on: March 28, 2025
Covid-19 cases prediction using SARIMAX Model by tuning hyperparameter through grid search cross-validation approach.
Sweeti Sah1, Balasubramanian Surendiran1, Ramasamy Dhanalakshmi2
1Department of Computer Science and Engineering National Institute of Technology Puducherry Karaikal India.
This study forecasts COVID-19 cases in India, predicting a rise in confirmed and deceased cases while recovered cases decline. The optimized SARIMAX model achieved an R² score of 0.5112.
Area of Science:
- Epidemiology
- Data Science
- Public Health
Background:
- The COVID-19 pandemic, caused by SARS-Coronavirus, has had a significant global impact.
- Accurate prediction models are crucial for informing public health policy and decision-making.
- Existing models often lack the scope for accurate forecasting, necessitating improved predictive approaches.
Purpose of the Study:
- To forecast COVID-19 confirmed, recovered, and deceased cases in India for the next 20 days.
- To evaluate the performance of the SARIMAX model with hyperparameter tuning against other forecasting methods.
Main Methods:
- Utilized a dataset of COVID-19 cases from Kaggle.
- Employed the SARIMAX (Seasonal Autoregressive Integrated Moving Average with Exogenous Regressors) model.
- Optimized model hyperparameters using grid search cross-validation and Monte Carlo simulation for accuracy validation.
Main Results:
- The SARIMAX model with optimized hyperparameters achieved an R² score of 0.5112 and an RMSE of 1251.
- Forecasts indicate an increasing trend for confirmed and deceased COVID-19 cases in India.
- A decreasing trend was predicted for recovered COVID-19 cases.
Conclusions:
- The optimized SARIMAX model provides a reliable method for short-term COVID-19 case prediction in India.
- Findings highlight the need for continued monitoring and adaptive strategies to manage the pandemic.
- The study underscores the utility of advanced time-series forecasting techniques in public health.
More Related Videos
Related Concept Videos
Prediction Intervals
However, the point estimate is most likely not the exact value of the population parameter, but close to it. After calculating point estimates, we construct interval estimates, called confidence intervals or prediction intervals. This prediction interval comprises a range of values unlike the point estimate and is a better predictor of the observed sample value, y.
Response Surface Methodology
The process of RSM involves several key steps:
Pharmacokinetic Models: Comparison and Selection Criterion
Physiological models take a detailed approach by considering specific molecular processes. They can predict drug distribution, metabolism, and elimination changes, providing a comprehensive understanding of how drugs interact with the body.
Sensitivity, Specificity, and Predicted Value
Sensitivity is the...
Steps in Outbreak Investigation
Residuals and Least-Squares Property
If the observed data point lies above the line, the residual is positive, and the line underestimates the actual data value for y. If the observed data point lies below the line, the residual is negative, and the line overestimates the actual data value for y.
The process of fitting the best-fit...

