An empirical overview of nonlinearity and overfitting in machine learning using COVID-19 data
Yaohao Peng1, Mateus Hiro Nagata2
1Brazilian Ministry of Economy, Brasilia, Distrito Federal, 70048-900, Brazil.
Summary
Support vector regression models for COVID-19 case prediction showed that linear kernels offered better out-of-sample forecasts, while nonlinear kernels like Gaussian resulted in overfitting. This highlights the need for careful model selection in pandemic forecasting.
Area of Science:
- Data Science
- Epidemiology
- Machine Learning
Background:
- Accurate forecasting of infectious disease outbreaks, such as COVID-19, is crucial for public health decision-making.
- Machine learning models offer potential for predicting disease spread but require careful validation to avoid common pitfalls like overfitting.
Purpose of the Study:
- To apply support vector regression (SVR) for predicting COVID-19 cases in the 12 most affected countries.
- To evaluate the impact of different kernel functions (nonlinearity structures) on SVR model performance.
- To analyze hyperparameter sensitivity using 3-D interpolated surfaces for robust model assessment.
Main Methods:
- Support Vector Regression (SVR) was employed to forecast COVID-19 case numbers.
- Various kernel functions, including linear and Gaussian, were tested to model different levels of nonlinearity.
- Hyperparameter sensitivity was analyzed through 3-D interpolated surfaces to assess model robustness.
Main Results:
- The Gaussian Kernel, representing high nonlinearity, achieved superior in-sample fit but exhibited poor out-of-sample predictive performance, indicating overfitting.
- Conversely, the linear Kernel demonstrated weaker in-sample performance but yielded the most accurate out-of-sample forecasts.
- Model performance was sensitive to hyperparameter settings, necessitating careful tuning.
Conclusions:
- The study underscores the risk of overfitting with complex models in time-series forecasting, particularly during pandemics.
- Linear models can outperform highly nonlinear models in out-of-sample prediction for COVID-19 case forecasting.
- Findings emphasize the importance of empirical validation and cautious application of machine learning in real-world decision-making for public health crises.
Related Concept Videos
Residuals and Least-Squares Property
8.7K
The vertical distance between the actual value of y and the estimated value of y. In other words, it measures the vertical distance between the actual data point and the predicted point on the line
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...
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...
8.7K
Steps in Outbreak Investigation
405
In the ever-evolving field of public health, statistical analysis serves as a cornerstone for understanding and managing disease outbreaks. By leveraging various statistical tools, health professionals can predict potential outbreaks, analyze ongoing situations, and devise effective responses to mitigate impact. For that to happen, there are a few possible stages of the analysis:
405
Nonlinear Pharmacokinetics: Causes of Nonlinearity
560
Nonlinearity in drug pharmacokinetics is caused by various factors influencing how a drug is absorbed, distributed, metabolized, and excreted. Understanding these nonlinear processes is crucial for predicting drug behavior in the body and optimizing drug dosing regimens.
Nonlinear drug absorption can occur when the process is rate-limited by solubility, carrier-mediated transport systems, or saturation of the presystemic gut wall or hepatic metabolism. For instance, high doses of riboflavin...
Nonlinear drug absorption can occur when the process is rate-limited by solubility, carrier-mediated transport systems, or saturation of the presystemic gut wall or hepatic metabolism. For instance, high doses of riboflavin...
560
Statistical Methods for Analyzing Epidemiological Data
783
Epidemiological data primarily involves information on specific populations' occurrence, distribution, and determinants of health and diseases. This data is crucial for understanding disease patterns and impacts, aiding public health decision-making and disease prevention strategies. The analysis of epidemiological data employs various statistical methods to interpret health-related data effectively. Here are some commonly used methods:
783
Survival Tree
309
Survival trees are a non-parametric method used in survival analysis to model the relationship between a set of covariates and the time until an event of interest occurs, often referred to as the "time-to-event" or "survival time." This method is particularly useful when dealing with censored data, where the event has not occurred for some individuals by the end of the study period, or when the exact time of the event is unknown.
Building a Survival Tree
Constructing a...
Building a Survival Tree
Constructing a...
309
Bias in Epidemiological Studies
1.1K
Biases can arise at various stages of research, from study design and data collection to analysis and interpretation. Recognizing and addressing these biases is essential to ensure the validity and reliability of epidemiological findings.Broadly speaking, biases in epidemiology fall into three main categories: selection bias, information bias, and confounding. A more detailed description of possible biases is:
1.1K


