Related Experiment Video
Updated: Jul 12, 2025

07:31
Implementation of a Real-Time Psychosis Risk Detection and Alerting System Based on Electronic Health Records using CogStack
Published on: May 15, 2020
7.1K
Planning for a Crisis: Predicting Anxiety in a Population During COVID-19 Using Machine Learning
Bhawna Kumari1, Nidhi Goyal1, Christo Elmorr2
1Indian Institute of Technology, Kharagpur, India.
Studies in Health Technology and Informatics
|October 23, 2023
Summary
Machine learning models can predict anxiety symptoms in Canadians using survey data. The LightGBM model achieved 87.45% AUC, identifying perceived mental health and stress as key anxiety predictors.
Area of Science:
- Public Health
- Computational Psychiatry
- Epidemiology
Background:
- The COVID-19 pandemic has significantly impacted global population mental health.
- Understanding anxiety prevalence and predictors is crucial for public health interventions.
- Statistics Canada surveyed Canadians to assess mental health challenges during the pandemic.
Purpose of the Study:
- To develop and evaluate machine learning models for predicting anxiety symptoms.
- To identify key factors contributing to anxiety among Canadian adults.
- To inform the development of virtual care strategies during health crises.
Main Methods:
- Utilized a dataset of 45,989 Canadian survey respondents.
- Applied and compared eight machine learning algorithms: Logistic Regression, Random Forest, Naive Bayes, K Nearest Neighbours, Adaptive Boost, Multi-layer Perceptron, XGBoost, and LightGBM.
- Evaluated model performance using Area Under the Curve (AUC) scores.
Main Results:
- LightGBM demonstrated the highest predictive performance with an AUC of 87.45%.
- The most influential features for predicting anxiety were 'perception of mental health compared to before physical distancing', 'perceived life stress', and 'perceived mental health'.
- A noted limitation is the sample's representativeness of the broader Canadian population.
Conclusions:
- Machine learning models can effectively predict anxiety symptoms in a surveyed Canadian population.
- Perceptual factors related to mental health and life stress are significant predictors of anxiety.
- Findings highlight the need to consider these factors in planning virtual mental health care during crises.
Related Concept Videos
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

