应对危机的计划:在COVID-19期间使用机器学习预测人口中的焦虑
Bhawna Kumari1, Nidhi Goyal1, Christo Elmorr2
1Indian Institute of Technology, Kharagpur, India.
Studies in health technology and informatics
|October 23, 2023
概括
机器学习模型可以使用调查数据预测加拿大人的焦虑症状. 轻GBM模型实现了87.45%的AUC,将感知到的心理健康和压力确定为关键焦虑预测因素.
科学领域:
- 公共卫生 公共卫生
- 计算精神病学是一种计算精神病学.
- 流行病学 流行病学
背景情况:
- 随着COVID-19的蔓延,全球人口的心理健康受到严重影响.
- 了解焦虑患病率和预测因素对于公共卫生干预至关重要.
- 加拿大统计局对加拿大人进行了调查,以评估大流行期间的心理健康挑战.
研究的目的:
- 开发和评估用于预测焦虑症状的机器学习模型.
- 确定导致加拿大成年人焦虑的关键因素.
- 在健康危机期间为虚拟护理策略的开发提供信息.
主要方法:
- 使用了45989名加拿大调查受访者的数据集.
- 应用并比较了八种机器学习算法:物流回归,随机森林,天真贝叶斯,K近邻,自适应提升,多层感知器,XGBoost和LightGBM.
- 使用曲线下面面积 (AUC) 评分评估模型性能.
主要成果:
- 轻GBM表现出最高的预测性能,其AUC为87.45%.
- 预测焦虑的最有影响力的特征是"与身体距离之前相比,对心理健康的感知"",感知生活压力"和"感知心理健康".
- 一个值得注意的局限性是样本对加拿大更广泛的人口的代表性.
结论:
- 机器学习模型可以有效地预测加拿大人口调查中的焦虑症状.
- 与心理健康和生活压力相关的感知因素是焦虑的重要预测因素.
- 研究结果强调,在危机期间规划虚拟心理健康护理时需要考虑这些因素.
相关概念视频
Steps in Outbreak Investigation
135
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:
135
Anxiety: Overview
283
Anxiety is a common mental disorder featuring excessive worry, fear, and apprehension, significantly affecting daily life. People with anxiety disorders experience persistent and intense anxiety, interrupting their everyday functioning.
Individuals with anxiety often experience a range of physical and emotional symptoms, including sweating, trembling, tachycardia, and disturbances in sleep patterns. These symptoms vary in intensity and frequency but are generally disruptive and distressing.
Individuals with anxiety often experience a range of physical and emotional symptoms, including sweating, trembling, tachycardia, and disturbances in sleep patterns. These symptoms vary in intensity and frequency but are generally disruptive and distressing.
283
Generalized Anxiety Disorder
139
Generalized Anxiety Disorder (GAD) is a chronic condition characterized by excessive and uncontrollable worry that persists for at least six months, significantly interfering with daily functioning. Unlike situational anxiety, which arises in response to specific stressors, GAD often occurs without a clear cause. Individuals may experience disproportionate worry about work, health, or relationships. For instance, a person might continuously fear poor health despite normal medical evaluations or...
139
Social Anxiety Disorder
35
Social anxiety disorder, also known as social phobia, is characterized by an intense fear of social situations where one might face humiliation, rejection, embarrassment, or negative evaluation. This disorder leads individuals to avoid activities like casual conversations, public speaking, or seemingly simple tasks such as eating, signing documents, or swimming, in public settings. Its impact extends beyond discomfort, often significantly interfering with daily functioning and quality of life.
35
Prediction Intervals
2.3K
The interval estimate of any variable is known as the prediction interval. It helps decide if a point estimate is dependable.
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.
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.
2.3K
Residuals and Least-Squares Property
7.4K
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...
7.4K


