Published on in Vol 6, No 3 (2020): Jul-Sep

Preprints (earlier versions) of this paper are available at https://preprints.jmir.org/preprint/19446, first published .
Early Stage Machine Learning–Based Prediction of US County Vulnerability to the COVID-19 Pandemic: Machine Learning Approach

Early Stage Machine Learning–Based Prediction of US County Vulnerability to the COVID-19 Pandemic: Machine Learning Approach

Early Stage Machine Learning–Based Prediction of US County Vulnerability to the COVID-19 Pandemic: Machine Learning Approach

Original Paper

1Penn State University, University Park, PA, United States

2Purdue University, West Lafayette, IN, United States

Corresponding Author:

Paul Griffin, DPhil

Purdue University

Regenstrief Center for Healthcare Engineering

West Lafayette, IN, 47907

United States

Phone: 1 765 496 7395

Email: paulgriffin@purdue.edu


Background: The rapid spread of COVID-19 means that government and health services providers have little time to plan and design effective response policies. It is therefore important to quickly provide accurate predictions of how vulnerable geographic regions such as counties are to the spread of this virus.

Objective: The aim of this study is to develop county-level prediction around near future disease movement for COVID-19 occurrences using publicly available data.

Methods: We estimated county-level COVID-19 occurrences for the period March 14 to 31, 2020, based on data fused from multiple publicly available sources inclusive of health statistics, demographics, and geographical features. We developed a three-stage model using XGBoost, a machine learning algorithm, to quantify the probability of COVID-19 occurrence and estimate the number of potential occurrences for unaffected counties. Finally, these results were combined to predict the county-level risk. This risk was then used as an estimated after-five-day-vulnerability of the county.

Results: The model predictions showed a sensitivity over 71% and specificity over 94% for models built using data from March 14 to 31, 2020. We found that population, population density, percentage of people aged >70 years, and prevalence of comorbidities play an important role in predicting COVID-19 occurrences. We observed a positive association at the county level between urbanicity and vulnerability to COVID-19.

Conclusions: The developed model can be used for identification of vulnerable counties and potential data discrepancies. Limited testing facilities and delayed results introduce significant variation in reported cases, which produces a bias in the model.

JMIR Public Health Surveill 2020;6(3):e19446

doi:10.2196/19446

Keywords



The continued spread of confirmed cases of COVID-19, absence of a vaccine, limited resources for testing, and assisting people with confirmed cases have presented a great challenge for our public health and health care provider systems. To this point, nonpharmaceutical interventions such as social distancing are the only effective mitigation measures. The rapid spread of the disease means that government and health services have very little time to plan and design effective response policies such as resource and workforce planning. Accurately predicting the near future COVID-19 spread at sufficient granularity would provide these organizations with better information and more time to appropriately plan and respond.

We have developed a three-stage machine learning model to estimate COVID-19 spread outcomes at the county level in the United States. In the first stage, we estimate the probability that a county has at least one confirmed COVID-19 case. In the second stage, we estimate the number of COVID-19 occurrences given a county has at least one case. Finally, we combine the results from the two stages to estimate those counties that have the greatest and least vulnerability for changes in disease prevalence for the next five-day period.

There has been significant epidemiological work for previous coronavirus pandemics such as Middle East respiratory syndrome (MERS) and severe acute respiratory syndrome (SARS) [1]. For example, Badawi et al [2] performed a systematic analysis of prevalence of comorbidities in MERS using data from 12 studies and found that diabetes and hypertension were present in 50% of the cases. Matsuyama et al [3] systematically reviewed studies involving laboratory-confirmed MERS cases to measure both the risk of admission to the intensive care unit (ICU) and death. They compared risks by age, gender, and underlying comorbidities. Park et al [4] reviewed characteristics and associated risk factors of MERS. Bauch et al [5] surveyed SARS modeling literature focused on understanding the basic epidemiology of the disease and evaluating control strategies. Surveyed SARS models varied in terms of population studied and geographical characteristics [6,7]. Different designs were used for SARS modeling, including deterministic compartmental models [7], stochastic compartmental models [6], a combination of stochastic and deterministic compartmental models [8], discrete-time models [9], logistics curve-fitting models [10], contact network models [11], and likelihood-based models [12]. Studies associated with risk factors for SARS [13] and MERS [3,14-20] have found an association between comorbidities and infected cases.

MERS and SARS epidemiological modeling has been done at different granularities such as the country [21,22], specific region [23], and case clusters [6]. Given the much broader reach of COVID-19 compared to MERS and SARS, it is very important to make predictions at a sufficiently high level of granularity. This is particularly important since previous studies have shown that there is considerable heterogeneity in space, transmissibility, and susceptibility [5]. Our approach is developed at the county level with the inclusion of a variety of health statistics, demographics, and geographical features of counties. Further, we use publicly available data so that any organization can leverage the model. To the best of our knowledge, no work has been done to predict near future infection risk at the county level using a combination of health statistics, demographics, and geographical features of counties.


Recruitment

We performed an epidemiological study at the US county level using publicly available data to develop a machine learning predictive model. Data analysis was performed from February 15 to April 3, 2020. The study was reviewed by the Penn State Integrated Research Ethics Board and deemed exempt because it was a deidentified, secondary data analysis. This study followed the Strengthening the Reporting of Observational Studies in Epidemiology (STROBE) reporting guideline [24].

We used US Census data to obtain county-level population statistics for age, gender, and density [25,26]. We obtained county-level data for diagnosed adult diabetics percentage and cancer crude rate statistics from the Centers for Disease Control and Prevention (CDC) [27,28]. We used county-level hypertension estimates and chronic respiratory disease mortality rates obtained from the Global Heath Data Exchange (GHDx) [29,30] website, provided by the Institute for Health Metrics and Evaluation. We obtained the centroids for each county from ArcGIS [31]. Finally, we obtained US Census Cartographic Boundary files for each county in JSON format [32] and county-level COVID-19 daily occurrences data (confirmed cases) from the NYTimes GitHub page [33,34].

Statistical Analysis

There are three primary outcomes for our predictive model: (1) the probability that a county has at least one confirmed case of COVID-19, which we define as a positive instance; (2) the number of confirmed COVID-19 cases within a county, which we define as occurrences; and (3) vulnerability of the county.

Previous studies have shown angiotensin-converting enzyme 2 (ACE2) facilitates infection by COVID-19 [35-37], and that patients with diabetes, hypertension, and cardiovascular diseases have an increased expression of ACE2 [35]. County population factors such as density, age, and sex have a significant impact on the spread of an epidemic [38]. Cancer and chronic respiratory diseases have also been shown to increase mortality risk for COVID-19 [39]. The data set used for our three-stage model contains correlated variables. For example, diabetes and hypertension prevalence, cancer crude rate, and older adult population. Additionally, the underlying relationship between variables was assumed to be nonlinear.

Precursor to the Prediction Model

Machine learning techniques help us to derive insights and predict trends using data without the explicit need for programming. They are mainly divided into two types based on the explicit availability of outcomes for a given set of observations: supervised and unsupervised techniques. In supervised techniques, the outcome or dependent variable is available for a given set of observations. Supervised techniques are further divided into regression or classification techniques depending upon the data type of the outcome variable: continuous or categorical [40]. In the literature, artificial neural network–based deep learning and tree-based gradient tree–boosting techniques have demonstrated better prediction capabilities in exploring nonlinear relationships among correlated predictors [41-49].

XGBoost (Extreme Gradient Boosting) [50] is a gradient tree–based supervised machine learning technique capable of performing both regression and classification tasks. The underlying algorithm combines the results from multiple individual trees with weak predictions (weak learners) to yield accurate final predictions. During the combining process, the algorithm prevents overfitting by regularizing objective function. The performance of this technique depends upon effective tuning of multiple hyperparameters such as learning rate and maximum depth with respect to underlying data distribution. These hyperparameters can be tuned with the help of random or exhaustive search as well as by using Bayesian optimization. The Bayesian optimization method has shown efficiency in terms of accuracy and time [51].

Developing the Prediction Model

To predict COVID-19 outcomes, we divided the problem into three stages. In the first stage, we classified each county either as a positive or negative instance and used the same as a dependent variable. Hence, we built an XGBoost classifier model to learn from the data.

In the second stage, to predict number of occurrences (a continuous variable), we leveraged an XGBoost regression model that included data only for positive instances with the number of occurrences as the response.

In the last stage, we combined results from the first two stages and calculated the expected occurrences for counties as a measure of county vulnerability. For the calculation of expected occurrences, we multiplied the probability of a county belonging to the positive instances derived using the classification model, with potential occurrences the same county will have if it becomes a positive instance derived using the regression model.

Evaluating the Prediction Model

The evaluation process is illustrated with an example for the date March 14, 2020. For this date, modeling data comprised of COVID-19 cases reported at a county level at the end of March 14 along with all other variables were obtained from fusion process.

In the first stage (classification problem), this data was divided into an 80:20 ratio for training and testing, simultaneously ensuring equivalent representation of both classes (positive and negative instance). With this setup and leveraging the HyperOpt package, multiple hyperparameters of the model were tuned using area under the receiver operating characteristic curve (AUC) and accuracy values as the evaluation criteria. The resultant model was used to compute county-level probability score.

In the second stage (regression problem), the data set was filtered to include only positive instance counties as of March 14 with number of occurrences being a dependent variable. Like the first stage, this data was divided into an 80:20 proportion for testing and training and hyperparameters were optimized by leveraging the HyperOpt package. The regression problem used the root mean squared error (RMSE) value as an evaluation criterion. The best model was used to calculate the number of occurrences associated with counties.

In the final stage, the vulnerability of a county was determined by multiplying the stage one probability score with the stage two number of occurrences. This calculated value was used to identify the riskiest and safest counties. The model is serving as a proxy for estimating after-five-day-vulnerability, the third stage outcome that was evaluated using actual COVID-19 numbers observed 5 days later, on March 19, 2020. To measure sensitivity among the top 5% riskiest counties estimated at the end of the third stage of the model, the number of counties that were observed to be positive as of March 19 were identified (Multimedia Appendix 1). The corresponding fraction was defined as sensitivity. Similarly, the specificity among the top 10% least vulnerable counties was estimated by the third stage of the model (Multimedia Appendix 2). The number of counties that continued to be observed as a negative instance were identified and the corresponding fraction was reported as specificity. The third stage model was assessed for both sensitivity and specificity.

Finally, the consistency of the three-stage modeling process was verified by repeating this process daily from March 14 to March 26 and assessing the same from March 19 to March 31.


The variable importance of the overlapping predictors between the final classification and regression models for March 16 is shown in Figure 1. Total population (TOT_POP) was the most important variable for both the classification and regression models. Other important variables included population density, longitude, hypertension prevalence, chronic respiratory mortality rate, cancer crude rate, and diabetes prevalence. Latitude (we use this to identify neighboring counties and the presence or absence of positive cases in the neighborhood) and the percentage of the population aged >70 years were found to be the least important features of those considered, though they still played a role.

Figure 1. Variable importance for the classification and regression models.
View this figure

Figure 2 shows a map of the United States with the predicted probability of a given county being a positive instance visualized as a color gradient. Within the software, county-level statistics can be viewed by moving the cursor over the county of interest. The example of New York County as of March 14 is shown in the Figure 2.

Figure 2. Predicted probability of there being a positive instance for each county in the United States.
View this figure

Accuracy and AUC for the first-stage model is shown in Table 1. Predictions of the model for all US counties are consistent over 18 days with little variation in AUC and accuracy values. Similarly, RMSE for the second-stage model for all US counties is presented in Multimedia Appendix 3. The results for first two stages of the model were evaluated until March 31.

Table 1. XGBoost classification training and testing details.
Data set and evaluation metricsMean value, %Minimum value, %Maximum value, %Standard deviation, %Number of days
Test

Accuracy837792518

Area under the curve787183318
Train

Accuracy9482100518

Area under the curve9180100618

The sensitivities and specificities for the vulnerability predictions for the three-stage model trained on data from March 14 to March 26 are shown in Tables 2 and 3. The values are given for each day. The sensitivity (Table 2) is given by the percentage of counties that had no confirmed cases but were identified as being among the 5% most vulnerable and had at least one confirmed COVID-19 case 5 days later. The specificity (Table 3) is given by the percentage of counties identified as being among the 10% least vulnerable with no confirmed cases that still had no confirmed cases 5 days later.

Table 2. Sensitivity of the three-stage model.
DateNumber of 5% most vulnerable counties identified on a given date (with 0 confirmed cases)Number of counties that reported cases after 5 daysSensitivity, %
14/3/2020926166.30
15/3/20201199075.63
16/3/20201519965.56
17/3/202019914472.36
18/3/202014411076.39
19/3/202017611565.34
20/3/202019814673.74
21/3/202016612575.30
22/3/202015812075.95
23/3/2020846678.57
24/3/2020896573.03
25/3/202033620861.90
26/3/20201047269.23
Table 3. Specificity of the three-stage model.
DateNumber of top 10% least vulnerable counties identified on a given date (0 confirmed cases)Number of counties with 0 cases after 5 daysSpecificity, %
14/3/202027627499.28
15/3/202028227697.87
16/3/2020464495.65
17/3/202031330497.12
18/3/202029728194.61
19/3/202021419892.52
20/3/202029526690.17
21/3/202031229193.27
22/3/2020151493.33
23/3/202031028993.23
24/3/202030327089.11
25/3/202021419792.06
26/3/202023121894.37

The data set is comprised of 37% urban and 63% rural counties based on the urban and rural county definition for 2013 [52]. To determine if there is an association between urbanicity and vulnerability, we performed a set of one-sided t tests. The null hypothesis that the 10% least vulnerable counties would have the same proportion of rural counties as the actual proportion of rural counties in the data set was rejected for every day from March 14 to 26. Additionally, the null hypothesis that the actual positive instances counties would have the same proportion of urban counties as the actual proportion of urban counties in the data set was also rejected for every day over the analysis period. It can therefore be concluded that there is a positive association between urban and the most vulnerable counties as well as rural and the least vulnerable counties. The continuous decreasing trend in the confidence interval of the urban counties proportion estimate within actual positive-instance counties can be used to infer that COVID-19 is propagating from urban counties to rural counties.


Principal Findings

We developed a three-stage machine learning model using publicly available data to predict the 5-day vulnerability of a given US county. The model estimates the likelihood and impact that a county with no documented COVID-19 cases will have within a 5-day period and a vulnerability prediction for a county is made using those estimates. Using data from March 14 to 31, 2020, the model showed a sensitivity over 71.5% and specificity over 94%. We found a positive association between affected counties and urban counties as well as top 10% least vulnerable counties and rural counties. Further, counties with higher population density, a greater percentage of people aged >70 years, as well as higher diabetes, cardiac illness, and respiratory diseases prevalence are more vulnerable to COVID-19 than their counterparts.

Our model serves multiple purposes. First, it can help in identifying potentially vulnerable counties. This prediction would be a vital component in managing COVID-19 spread by providing vulnerability information based on the likelihood and magnitude of change within 5 days. That can help health organizations to effectively plan the management of hospital resources and the workforce, rapid response teams, COVID-19 testing kits, and COVID-19 testing locations. In addition, there are multiple counties with limited testing facilities, and with current swab-based testing, it takes multiple days to get the results. Thus, occurrences associated with each county fluctuate rapidly daily.

Limitations

There are multiple limitations to our work. First, there are several predictors that we did not include in the model that have known associations with COVID-19. However, one of our goals was to make sure that any organization could use our model by only including data that is publicly available. Second, our analysis (Multimedia Appendix 4) found that there is an increasing trend for the coefficient of variation (CV) for occurrences associated with positive-instance counties. Note that CV is a proxy for economic inequality [53-56]. Hence, there is a bias in the response variable, which can reduce the accuracy of the prediction. As testing facilities improve in terms of numbers and efficiency, this bias would be minimized and would be reflected in the model. Given this point, it would useful to look at the riskiest and safest counties predicted by the three-stage model and examine the data for potential discrepancies. Finally, additional feature engineering and stacking methods can be used to enhance the prediction capabilities of existing models.

Our work uses open source programming and publicly available data. The full data set, sample modeling, and result outputs are available, with instructions for use [57].

Commentary on Present Models

Presently, multiple research groups are providing COVID-19 projections on death and hospitalization case numbers. In the United States, the CDC website maintains a list of projection-providing research groups. These projections are available along with an ensemble projection. As COVID-19 approached a flattened curve stage, states deployed varied levels of easing of restrictions. Thus, these restrictions are expected to alter the presently observed dynamics of disease spread. Hence, they play an important factor in projections. To account for the same, some of these models assume stationary parameters during the projection period, while others assume some form of dynamic nature [58]. These projections are provided at different levels: country level [59], states level [60], metropolitan area level [61], and at the county level [62,63]. These projections are developed using variants of SEIR models [63], deep learning models [64], agent-based models [65], variants of mechanistic disease transmission models [66], renewal equations-based models [67], and statistical models [62]. In all these models, Columbia University’s Meta-Population SEIR Model [63] and the University of Iowa's [62] nonparametric spatial-temporal model provide projections at a county level. Columbia University’s initial model leveraged US Census county-level daily commute data during daytime and nighttime to account for the movement of the disease. However, this model does not account for county-level population heterogeneity. The University of Iowa's approach was developed using a combination of statistical and mathematical modeling techniques with an assumption of parameter-agnostic exponential family–based conditional distribution of COVID-19 cases and deaths. This model leverages county-level data on intervention policies, demographic characteristics, health care infrastructure, socioeconomic factors, urban rate, and geographical information. However, their model does not account for county-level prevalence of comorbidities. Finally, The University of Texas at Austin [61] model provides projections at the metropolitan area level using mobile-based data. With the better availability of data and information about COVID-19, current models can forecast projections for a longer period with better accuracy than our model. However, our model still presents a unique assumption-free county-level modeling approach accounting for heterogeneity using demographic, health, and geographical features.

Acknowledgments

Authors would like to thank anonymous reviewers and journal editor for their insightful feedback which has greatly helped us in communicating our research work to a wider audience. Also, SK acknowledges the Allen, E., & Allen, M., Pearce Professorship from Penn State University for making this work possible.

Conflicts of Interest

None declared.

Multimedia Appendix 1

Samples of counties from the top 5% riskiest counties, March 14, 2020.

DOCX File , 13 KB

Multimedia Appendix 2

Samples of counties from the top 10% safest counties, March 14, 2020.

DOCX File , 13 KB

Multimedia Appendix 3

XGBoost regression training and testing details.

DOCX File , 13 KB

Multimedia Appendix 4

COVID-19 daily positive occurrences descriptive statistics.

DOCX File , 14 KB

  1. Baldwin R, Weder di Mauro B. Economics in the time of COVID-19: A new eBook.: VOX CEPR Policy Portal; 2020.   URL: https://voxeu.org/article/economics-time-covid-19-new-ebook [accessed 2020-08-24]
  2. Badawi A, Ryoo SG. Prevalence of comorbidities in the Middle East respiratory syndrome coronavirus (MERS-CoV): a systematic review and meta-analysis. Int J Infect Dis 2016 Aug;49:129-133 [FREE Full text] [CrossRef] [Medline]
  3. Matsuyama R, Nishiura H, Kutsuna S, Hayakawa K, Ohmagari N. Clinical determinants of the severity of Middle East respiratory syndrome (MERS): a systematic review and meta-analysis. BMC Public Health 2016 Nov 29;16(1):1203 [FREE Full text] [CrossRef] [Medline]
  4. Park J, Jung S, Kim A, Park J. MERS transmission and risk factors: a systematic review. BMC Public Health 2018 May 02;18(1):574 [FREE Full text] [CrossRef] [Medline]
  5. Bauch CT, Lloyd-Smith JO, Coffee MP, Galvani AP. Dynamically modeling SARS and other newly emerging respiratory illnesses: past, present, and future. Epidemiology 2005 Nov;16(6):791-801. [CrossRef] [Medline]
  6. Riley S, Fraser C, Donnelly CA, Ghani AC, Abu-Raddad LJ, Hedley AJ, et al. Transmission dynamics of the etiological agent of SARS in Hong Kong: impact of public health interventions. Science 2003 Jun 20;300(5627):1961-1966 [FREE Full text] [CrossRef] [Medline]
  7. Hsieh Y, Chen CW, Hsu S. SARS outbreak, Taiwan, 2003. Emerg Infect Dis 2004 Feb;10(2):201-206 [FREE Full text] [CrossRef] [Medline]
  8. Lipsitch M, Cohen T, Cooper B, Robins JM, Ma S, James L, et al. Transmission dynamics and control of severe acute respiratory syndrome. Science 2003 Jun 20;300(5627):1966-1970 [FREE Full text] [CrossRef] [Medline]
  9. Choi BCK, Pak AWP. A simple approximate mathematical model to predict the number of severe acute respiratory syndrome cases and deaths. J Epidemiol Community Health 2003 Oct;57(10):831-835 [FREE Full text] [CrossRef] [Medline]
  10. Zhou G, Yan G. Severe acute respiratory syndrome epidemic in Asia. Emerg Infect Dis 2003 Dec;9(12):1608-1610 [FREE Full text] [CrossRef] [Medline]
  11. Masuda N, Konno N, Aihara K. Transmission of severe acute respiratory syndrome in dynamical small-world networks. Phys Rev E 2004 Mar 31;69(3). [CrossRef]
  12. Wallinga J, Teunis P. Different epidemic curves for severe acute respiratory syndrome reveal similar impacts of control measures. Am J Epidemiol 2004 Sep 15;160(6):509-516 [FREE Full text] [CrossRef] [Medline]
  13. World Health Organization. Consensus document on the epidemiology of severe acute respiratory syndrome (SARS). 2003.   URL: https://apps.who.int/iris/handle/10665/70863 [accessed 2020-08-24]
  14. Omrani AS, Matin MA, Haddad Q, Al-Nakhli D, Memish ZA, Albarrak AM. A family cluster of Middle East Respiratory Syndrome Coronavirus infections related to a likely unrecognized asymptomatic or mild case. Int J Infect Dis 2013 Sep;17(9):e668-e672 [FREE Full text] [CrossRef] [Medline]
  15. Memish ZA, Cotten M, Watson SJ, Kellam P, Zumla A, Alhakeem RF, et al. Community case clusters of Middle East respiratory syndrome coronavirus in Hafr Al-Batin, Kingdom of Saudi Arabia: a descriptive genomic study. Int J Infect Dis 2014 Jun;23:63-68 [FREE Full text] [CrossRef] [Medline]
  16. Almekhlafi GA, Albarrak MM, Mandourah Y, Hassan S, Alwan A, Abudayah A, et al. Presentation and outcome of Middle East respiratory syndrome in Saudi intensive care unit patients. Crit Care 2016 May 07;20(1):123 [FREE Full text] [CrossRef] [Medline]
  17. Alraddadi BM, Watson JT, Almarashi A, Abedi GR, Turkistani A, Sadran M, et al. Risk Factors for Primary Middle East Respiratory Syndrome Coronavirus Illness in Humans, Saudi Arabia, 2014. Emerg Infect Dis 2016 Jan;22(1):49-55 [FREE Full text] [CrossRef] [Medline]
  18. Kang CK, Song K, Choe PG, Park WB, Bang JH, Kim ES, et al. Clinical and Epidemiologic Characteristics of Spreaders of Middle East Respiratory Syndrome Coronavirus during the 2015 Outbreak in Korea. J Korean Med Sci 2017 May;32(5):744-749 [FREE Full text] [CrossRef] [Medline]
  19. Zhao J, Alshukairi AN, Baharoon SA, Ahmed WA, Bokhari AA, Nehdi AM, et al. Recovery from the Middle East respiratory syndrome is associated with antibody and T-cell responses. Sci Immunol 2017 Aug 04;2(14):eaan5393 [FREE Full text] [CrossRef] [Medline]
  20. Saad M, Omrani AS, Baig K, Bahloul A, Elzein F, Matin MA, et al. Clinical aspects and outcomes of 70 patients with Middle East respiratory syndrome coronavirus infection: a single-center experience in Saudi Arabia. Int J Infect Dis 2014 Dec;29:301-306 [FREE Full text] [CrossRef] [Medline]
  21. Park H, Lee E, Ryu Y, Kim Y, Kim H, Lee H, et al. Epidemiological investigation of MERS-CoV spread in a single hospital in South Korea, May to June 2015. Euro Surveill 2015 Jun 25;20(25):1-6 [FREE Full text] [CrossRef] [Medline]
  22. Sha J, Li Y, Chen X, Hu Y, Ren Y, Geng X, et al. Fatality risks for nosocomial outbreaks of Middle East respiratory syndrome coronavirus in the Middle East and South Korea. Arch Virol 2017 Jan 23;162(1):33-44 [FREE Full text] [CrossRef] [Medline]
  23. Chowell G, Fenimore P, Castillo-Garsow M, Castillo-Chavez C. SARS outbreaks in Ontario, Hong Kong and Singapore: the role of diagnosis and isolation as a control mechanism. Journal of Theoretical Biology 2003 Sep;224(1):1-8. [CrossRef]
  24. von Elm E, Altman DG, Egger M, Pocock SJ, Gøtzsche PC, Vandenbroucke JP, STROBE Initiative. The Strengthening the Reporting of Observational Studies in Epidemiology (STROBE) statement: guidelines for reporting observational studies. Ann Intern Med 2007 Oct 16;147(8):573-577. [CrossRef] [Medline]
  25. Index of programs-surveys/popest/datasets/2010-2018/counties/asrh/. US Census Bureau. 2019.   URL: https://www2.census.gov/programs-surveys/popest/datasets/2010-2018/counties/asrh/ [accessed 2020-09-10]
  26. 2010 County Level Population Density. Factfinder. 2010.   URL: https://factfinder.census.gov/faces/tableservices/jsf/pages/productview.xhtml?src=bkmk [accessed 2020-03-19]
  27. Centers for Disease Control and Prevention. National Diabetes Statistics Report 2020. 2020.   URL: https://www.cdc.gov/diabetes/pdfs/data/statistics/national-diabetes-statistics-report.pdf [accessed 2020-03-19]
  28. Centers for Disease Control and Prevention. US Cancer Statistics Public Use Databases.   URL: https://www.cdc.gov/cancer/uscs/public-use/ [accessed 2020-03-19]
  29. United States Hypertension Estimates by County 2001-2009. GHDx.   URL: http://ghdx.healthdata.org/record/ihme-data/united-states-hypertension-estimates-county-2001-2009 [accessed 2020-04-03]
  30. United States Chronic Respiratory Disease Mortality Rates by County 1980-2014. GHDx.   URL: http:/​/ghdx.​healthdata.org/​record/​ihme-data/​united-states-chronic-respiratory-disease-mortality-rates-county-1980-2014 [accessed 2020-04-03]
  31. Minn 2010-2014 County Cancer Profiles.   URL: https://pennstate.maps.arcgis.com/home/item.html?id=ab5ab6a44f124ecc876a9d7c9eaf859c [accessed 2020-03-19]
  32. Celeste E. GeoJSON and KML data for the United States.   URL: https://eric.clst.org/tech/usgeojson/ [accessed 2020-04-03]
  33. COVID-19/Coronavirus Live Updates With Credible Sources in US and Canada. 1Point3Acres.   URL: https://coronavirus.1point3acres.com/ [accessed 2020-04-03]
  34. The New York Times. NYtimes/covid-19-data: An ongoing repository of data on coronavirus cases and deaths in the US. 2020.   URL: https://github.com/nytimes/covid-19-data [accessed 2020-04-01]
  35. Fang L, Karakiulakis G, Roth M. Are patients with hypertension and diabetes mellitus at increased risk for COVID-19 infection? The Lancet Respiratory Medicine 2020 Apr;8(4):e21. [CrossRef]
  36. Jia X, Yin C, Lu S, Chen Y, Liu Q, Bai J, et al. Two Things About COVID-19 Might Need Attention. Preprints 2020 Feb 22 [FREE Full text] [CrossRef]
  37. Del Rio C, Malani PN. COVID-19-New Insights on a Rapidly Changing Epidemic. JAMA 2020 Feb 28. [CrossRef] [Medline]
  38. Bin S, Sun G, Chen C. Spread of Infectious Disease Modeling and Analysis of Different Factors on Spread of Infectious Disease Based on Cellular Automata. Int J Environ Res Public Health 2019 Nov 25;16(23):4683 [FREE Full text] [CrossRef] [Medline]
  39. CDC COVID-19 Response Team. Preliminary Estimates of the Prevalence of Selected Underlying Health Conditions Among Patients with Coronavirus Disease 2019 - United States, February 12-March 28, 2020. MMWR Morb Mortal Wkly Rep 2020 Apr 03;69(13):382-386 [FREE Full text] [CrossRef] [Medline]
  40. Bi Q, Goodman KE, Kaminsky J, Lessler J. What is Machine Learning? A Primer for the Epidemiologist. Am J Epidemiol 2019 Dec 31;188(12):2222-2239. [CrossRef] [Medline]
  41. Friedman JH. Greedy function approximation: A gradient boosting machine. Ann Statist 2001 Oct;29(5):1189-1232. [CrossRef]
  42. Richardson M, Dominowska E, Ragno R. Predicting clickstimating the click-through rate for new ads. In: Proceedings of the 16th International World Wide Web Conference (WWW '07). 2007 Presented at: 16th International World Wide Web Conference (WWW '07); May 2007; Banff, Alberta, Canada p. 521-530. [CrossRef]
  43. Pan B. Application of XGBoost algorithm in hourly PM2.5 concentration prediction. In: IOP Conference Series: Earth and Environmental Science. 2018 Feb 21 Presented at: IOP Conference Series: Earth and Environmental Science; December 8-10 2017; Harbin, China p. 012127. [CrossRef]
  44. Chang W, Liu Y, Xiao Y, Xu X, Zhou S, Lu X, et al. Probability Analysis of Hypertension-Related Symptoms Based on XGBoost and Clustering Algorithm. Applied Sciences 2019 Mar 22;9(6):1215. [CrossRef]
  45. Miotto R, Wang F, Wang S, Jiang X, Dudley JT. Deep learning for healthcare: review, opportunities and challenges. Brief Bioinform 2018 Nov 27;19(6):1236-1246 [FREE Full text] [CrossRef] [Medline]
  46. Zhu J, Pande A, Mohapatra P, Han J. Using Deep Learning for Energy Expenditure Estimation with wearable sensors. 2016 Apr 19 Presented at: 17th International Conference on E-Health Networking, Application and Services, HealthCom; October 14-17 2015; Boston, MA, USA. [CrossRef]
  47. Hinton G, Deng L, Yu D, Dahl G, Mohamed A, Jaitly N, et al. Deep Neural Networks for Acoustic Modeling in Speech Recognition: The Shared Views of Four Research Groups. IEEE Signal Process. Mag 2012 Nov;29(6):82-97. [CrossRef]
  48. Alanazi HO, Abdullah AH, Qureshi KN. A Critical Review for Developing Accurate and Dynamic Predictive Models Using Machine Learning Methods in Medicine and Health Care. J Med Syst 2017 Apr 11;41(4):69. [CrossRef] [Medline]
  49. Guo J, Yang L, Bie R, Yu J, Gao Y, Shen Y, et al. An XGBoost-based physical fitness evaluation model using advanced feature selection and Bayesian hyper-parameter optimization for wearable running monitoring. Computer Networks 2019 Mar;151:166-180. [CrossRef]
  50. Chen T, Guestrin C. XGBoost: A Scalable Tree Boosting System. In: KDD '16: Proceedings of the 22nd ACM SIGKDD International Conference on Knowledge Discovery and Data Mining. 2016 Aug Presented at: KDD '16: Proceedings of the 22nd ACM SIGKDD International Conference on Knowledge Discovery and Data Mining; August 2016; San Francisco, CA, USA p. 785-794. [CrossRef]
  51. Putatunda S, Rama K. A comparative analysis of hyperopt as against other approaches for hyper-parameter optimization of XGBoost. In: SPML '18: Proceedings of the 2018 International Conference on Signal Processing and Machine Learning. 2018 Presented at: SPML '18: 2018 International Conference on Signal Processing and Machine Learning; November 2018; Shanghai, China. [CrossRef]
  52. Ingram DD, Franco SJ. 2013 NCHS Urban-Rural Classification Scheme for Counties. Vital Health Stat 2 2014 Apr(166):1-73 [FREE Full text] [Medline]
  53. Champernowne D, Cowell F. Economic Inequality and Income Distribution.: Cambridge University Press; 1998.   URL: https://books.google.com/books?hl=en&lr=&id=lk5cccSd-v4C&pgis=1ISBN:0521589592 [accessed 2016-02-28]
  54. Campano F, Salvatore D. Income Distribution. Oxford, England: Oxford University Press; 2006.
  55. Bellù L, Liberati P. Policy Impacts on Inequality. Welfare Based Measures of Inequality. The Atkinson Index. EASYPol 2006.   URL: http://www.fao.org/3/a-am344e.pdf [accessed 2020-08-24]
  56. Coefficient of variation. Wikipedia.   URL: https://en.wikipedia.org/wiki/Coefficient_of_variation#cite_note-Bellu2006-20 [accessed 2020-04-04]
  57. Covid_19 Data Analytics.   URL: https://github.com/mihirpsu/covid_19 [accessed 2020-08-21]
  58. Centers for Disease Control and Prevention. Forecasts of Total Deaths.   URL: https://www.cdc.gov/coronavirus/2019-ncov/covid-data/forecasting-us.html [accessed 2020-06-22]
  59. auquan COVID-19 Dashboard.   URL: https://covid19-infection-model.auquan.com/ [accessed 2020-06-22]
  60. Covid Act Now.   URL: https://covidactnow.org/?s=54069 [accessed 2020-06-22]
  61. The University of Texas COVID-19 Modeling.   URL: https://covid-19.tacc.utexas.edu/projections/ [accessed 2020-06-22]
  62. Wang L, Wang G, Gao L, Li X, Yu S, Kim M, et al. Spatiotemporal Dynamics, Nowcasting and Forecasting of COVID-19 in the United States. arXiv 2020 Apr 29 [FREE Full text]
  63. Pei S, Shaman J. Initial Simulation of SARS-CoV2 Spread and Intervention Effects in the Continental US. medRxiv 2020 Mar 27:1. [CrossRef]
  64. COVID-19 Response. Aditya Lab.   URL: https://www.cc.gatech.edu/~badityap/covid.html#forecasting [accessed 2020-06-22]
  65. Keskinocak P, Oruc AB, Baxter A, Asplund J, Serban N. The Impact of Social Distancing on COVID19 Spread: State of Georgia Case Study. medRxiv 2020 May 03:1. [CrossRef]
  66. IHME COVID-19 health service utilization forecasting team, Murray CJL. Forecasting the impact of the first wave of the COVID-19 pandemic on hospital demand and deaths for the USA and European Economic Area countries Internet. medRxiv 2020 Apr 26:1. [CrossRef]
  67. Abbott S, Hellewell J, Thompson RN, Sherratt K, Gibbs HP, Bosse NI, et al. Estimating the time-varying reproduction number of SARS-CoV-2 using national and subnational case counts. Wellcome Open Res 2020 Jun 1;5:112. [CrossRef]


ACE2: angiotensin-converting enzyme 2
AUC: area under the receiver operating characteristic curve
CDC: Centers for Disease Control and Prevention
ICU: intensive care unit
MERS: Middle East respiratory syndrome
RMSE: root mean squared error
SARS: severe acute respiratory syndrome
STROBE: Strengthening the Reporting of Observational Studies in Epidemiology
XGBoost: Extreme Gradient Boosting


Edited by G Eysenbach; submitted 17.04.20; peer-reviewed by Y Liu, S Raviralla; comments to author 20.06.20; revised version received 04.07.20; accepted 24.07.20; published 11.09.20

Copyright

©Mihir Mehta, Juxihong Julaiti, Paul Griffin, Soundar Kumara. Originally published in JMIR Public Health and Surveillance (http://publichealth.jmir.org), 11.09.2020.

This is an open-access article distributed under the terms of the Creative Commons Attribution License (https://creativecommons.org/licenses/by/4.0/), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work, first published in JMIR Public Health and Surveillance, is properly cited. The complete bibliographic information, a link to the original publication on http://publichealth.jmir.org, as well as this copyright and license information must be included.