Skip to main content

Investigating the mental health of university students during the COVID-19 pandemic in a UK university: a machine learning approach using feature permutation importance

Abstract

Mental wellbeing of university students is a growing concern that has been worsening during the COVID-19 pandemic. Numerous studies have gathered empirical data to explore the mental health impact of the pandemic on university students and investigate factors associated with higher levels of distress. While the online questionnaire survey has been a prevalent means to collect data, regression analysis has been observed a dominating approach to interpret and understand the impact of independent factors on a mental wellbeing state of interest. Drawbacks such as sensitivity to outliers, ineffectiveness in case of multiple predictors highly correlated may limit the use of regression in complex scenarios. These observations motivate the underlying research to propose alternative computational methods to investigate the questionnaire data. Inspired by recent machine learning advances, this research aims to construct a framework through feature permutation importance to empower the application of a variety of machine learning algorithms that originate from different computational frameworks and learning theories, including algorithms that cannot directly provide exact numerical contributions of individual factors. This would enable to explore quantitative impact of predictors in influencing student mental wellbeing from multiple perspectives as a result of using different algorithms, thus complementing the single view due to the dominant use of regression. Applying the proposed approach over an online survey in a UK university, the analysis suggests the past medical record and wellbeing history and the experience of adversity contribute significantly to mental wellbeing states; and the frequent communication with families and friends to keep good relationship as well as regular exercise are generally contributing to improved mental wellbeing.

1 Introduction

Mental wellbeing of university students has been a growing concern that the UK House of Commons Library Briefing of December 2020 recently summarised that there has been sixfold increase in student mental ill health since [1]. The report has further concluded that COVID-19 pandemic has had a negative impact on student’s mental health, as confirmed in many studies [2,3,4], with majority of students reporting that their mental health and wellbeing has deteriorated and they have higher levels of anxiety and lower levels of happiness than the general population [1]. This is mainly due to numerous specific challenges presented by the pandemic including the forced conversion of more online learning that students found challenging to engage [5]; the distancing measures that limited opportunities for socialising and establishing relationships [6], and increased uncertainties on job market and career prospect [7]. In response to the unprecedented situation, psychologists and researchers are increasingly raising concerns and gathering empirical data to explore and understand the mental health impact of the pandemic on university students and investigate factors associated with higher levels of distress.

A cross-national research [8] shows that the student population were experiencing mental wellbeing issues that had to ask for regular psychological support. Another online survey conducted among university students in Bangladeshi[9] shows that students experienced high levels of anxiety and depression with low mental health statuses, while transitioning to the new norms of the pandemic in April 2020. In an online survey study [10], it has been found that social media has been frequently used as a coping mechanism, which was associated with greater negative influences on academic performance and stress levels for female undergrads; whist males students experienced greater negative impacts through using cannabis. Another online survey for a UK university [11] also identified high levels of anxiety and depression among university students, with over half surveyed experiencing levels above the clinical cut offs, particularly female students who were scoring significantly higher than males. In a large online study [12] conducted among Greek-speaking university students, it is identified that there were significant direct impact of the pandemic on participants’ financial status on satisfaction with life and indirect influence on participants’ financial status and academic performance, respectively, on satisfaction with life through general mental health. Longitudinal studies comparing mental health before and during the pandemic are also prevalent. For example, a study at one UK university [13] intended to explore the mental wellbeing landscape of undergrads between the first national lockdown and before the pandemic. They found that more than a third of participants could be classified as clinically depressed at lockdown, a significant increase from 15% before the pandemic, which was highly correlated with worse sleep quality. Another study [14] demonstrated through filling online survey at two time points that students with preexisting mental health concerns showed improving or similar mental health during the pandemic compared to one year before. In contrast, students without preexisting mental health issues were more likely to show worse mental wellbeing, which coincided with increased social isolation among theses students. A more recent study [15] explored determinants and predictors of mental health and concluded that during lockdown, students from low-income families experienced higher anxiety than high-income groups; inactive students were less likely to be anxious than active students, and female students were more likely to be depressed compared to male students. After the lockdown, students from low-income families had more odds of being anxious and depressed than the high-income families.

Among the conducted research, it has been observed that the means of circulating online questionnaire surveys among groups of target students remains a dominating approach to obtain the research data, be it a one-off deployment [9, 11, 13, 14] or longitudinal studies across several milestones [13, 14, 16]. The choices of questionnaire surveys are typically consisted of questions in relation to individual students such as demographics, personal habits and patterns in the context of COVID-19. With respect to mental wellbeing states of research interest, the employment of existing psychological measures remains a prevalent approach to study students’ mental health, e.g., the PHQ9 for depression [17], GAD7 for anxiety [18], BRS6 for resilience [19]. This is usually followed by results analysis, whereby the regression analysis has been extensively utilised to evaluate the predictive capabilities of the independent variables with respect to a dependent variable of interest. While regression has been a prevalent choice for its straightforward readability to interpret and understand the impact of independent factors on a variable of interest, the generated models could be significantly influenced by outliers [20], e.g., some students can be fatigued and careless occasionally when facing dozens of questions in a questionnaire. The regression analysis may further be limited in cases where two or more variables are highly correlated [20], hence asking for a prior check on variable correlation that usually does not take place when designing a questionnaire. Moreover, the particular choice of linear regression also remains a prevalent choice for regression analysis in practice [11, 13, 21], with its linear assumption clearly limiting the model to work with complex scenarios where data are non-linearly distributed. These observations motivate the underlying research to work on alternative computational methods to investigate the questionnaire data.

Machine learning [22], with many successful applications in numerous domains including the health and mental wellbeing area [23, 24], is a recent computational paradigm that aims to automatically learn patterns hidden in the data. Supervised learning, as one of the broad learning categories, aims to build a computational model that can best map the given set of inputs to the desired outputs for predictive analysis. Apart from regression as a traditional statistical method, there exists various alternative frameworks in learning these data-driven models. For instance, the construction of decision tree algorithm is based on information theory [25]; the support vector machine (SVM) is one of the most robust prediction methods based on Vapnik–Chervonenkis computational learning theory [26]; the K-nearest neighbours algorithm is an instance-based learning approach that predicts the output directly utilising a set of nearest neighbours [27]; the neural networks are based on a collection of connected artificial neurons, loosely modelling the neurons in a biological brain [28]; the ensemble learning framework [29] adopts multiple algorithms to obtain better predictive performance than from any of the constituent learning algorithms alone, with successful algorithms including the random forest [30] and gradient boosted trees [31] that are ensembles of decision trees based on bagging and boosting strategy, respectively. The rich variety of machine learning approaches that originate from different learning frameworks and theories could potentially provide views different from and complement that as a result of the dominant use of regression analysis. This motivates the underlying research to apply influential machine learning algorithms to explore impact of different predictors in influencing student mental wellbeing.

In working towards analysing questionnaire surveys for student mental wellbeing, it is desirable to output predictors that are compelling as well as their exact numerical contributions so that these insights can be further exploited to inform decision-making and policy generation. In light of it, it is natural to consider machine learning algorithms that could directly assess feature significance. The popular choices include regression and in machine learning, predominately, a set of tree based approaches such as decision tree, random forest and gradient boosted tree. However, one major limitation of directly employing machine learning algorithms lies in the limited number of choices that could directly compute feature significance, which is in contrast with the fundamental motivation of this research, i.e. to assess feature significance from a set of learning algorithms as diverse as possible. Another limitation of the direct application of a certain algorithm lies in the its inherent drawbacks. For instance, the decision tree is known unstable that a small change in the data can lead to a completely different tree generated, hence the feature significance can be largely affected by noisy data, which could also cause the model to malfunction. Significance provided by random forest may be misled by high carnality features, i.e. features with many unique values.

In order to gain access to as many diverse learning algorithms as possible while overcoming potential drawbacks embedded inherently with certain learning algorithms, this research aims to adopt the strategy of feature permutation importance. The idea, which was first proposed in the construction of random forest algorithm [30], randomly shuffles a single variable of the data, leaving the target and all other predictors in place. The numerical significance of a feature can then be defined as the decrease in a model score when a single feature value is randomly shuffled [30]. This is due to randomly re-ordering a single predictor should cause less accurate predictions, since the resulting data no longer correspond to anything observed in the real world. Model accuracy especially suffers if a variable is shuffled that the computational model relies on heavily for predictions. For instance, the depression level of a student may more depend on the whether they have a good family relationship than the ethical background; hence the distortion of relationship values could potentially cause terrible model predictions; whereas the random change of ethical background may not make the model suffer as much. Being able to break the relationship between the feature and the target, the drop in the model score is therefore indicative of how much the model depends on the feature. These observations motivate the underlying research to adopt the permutation strategy to compute the feature importance. Furthermore, the permutation importance being model agnostic, is a post-mortem approach that works after the algorithm has fit the data; hence, this strategy empowers the access to a range of machine learning algorithms, including those that cannot directly compute numerical variable importance.

2 Materials

The materials used to demonstrate the proposal of feature permutation importance with machine learning technique comes from an on-going research project on understanding the impact of pandemic and lockdown on university student mental wellbeing. Published in early 2022 [11], the initial research was meant to investigate the mental wellbeing of higher education students at an early stage in the COVID-19 pandemic and to investigate factors associated with higher levels of distress. A cross-sectional online questionnaire survey was deployed at a university with almost 20,000 students in the North of England, UK. A total of 1173 valid responses from both undergraduates and postgraduates across all seven schools at the university were collected without any missing values (the survey required students to fill in all questions before they can submit). The data were collected in the period between 26.06.2020 and 30.07.2020, soon after the measures of first national lockdown in England starting from 23.02.20 and eased from 01.06.20. Following the relevant guidelines and regulations of University of Huddersfield, the research was performed following the approval by the ethical committee panel of School of Computing and Engineering, University of Huddersfield, UK.

The areas surveyed were as follows: (1) demographics [11], including age, gender, ethnicity, current educational level, and relationship status. (2) Patient health questionnaire (PHQ-9) [17], a self-administered screening questionnaire for depression with nine questions cover different aspects of depression on a four-point scale from “0” (not at all), to “3” (nearly every day). The total score, used as the dependent variable in this research, can be categorised as 0–4 none, 5–9 mild, 10–14 moderate, 15–19 moderately severe, 20–27 severe. (3) Generalised anxiety disorder questionnaire (GAD-7) [18], a self-administered screening questionnaire for anxiety, with seven questions rated on the same four-point scale as the PHQ-9. Total score, also used as the dependent variable, takes 5, 10, and 15 as the cut-off points for mild, moderate and severe anxiety, respectively. (4) Brief resilience scale (BRS) [19], measures the ability to bounce back from stress, with a 5-point Likert response scale, for six items, ranging from 1 = strongly disagree to 5 = strongly agree. Unlike previous total scores, an averaged score is used instead, with 1.00 to 2.99 suggesting low resilience, 3.00 to 4.30 normal resilience and 4.31 to 5.00 high resilience. (5) Brief mental wellbeing history [11], asks about the students’ history of treatment and support for a mental health issue, including therapy and medication. (6) EQ-5D-5 L [32], a self-assessed, health related, quality of life measure with a 5-point Likert response scale. The overall score is used as a dependent variable, with the best health state coded as (11111) for a score of 5 and the worst health state (55555) being a score of 25. Additionally, the EQ-VAS [32] was also used for students to provide a broad self-assessment of their health, on a visual analogue scale ranging between 100 (best imaginable health) and 0 (worst imaginable health). (7) COVID-19-related questions [11]. A set of five COVID-19 questions were asked including: how often the person practised the recommended social distancing on a 5-point scale; the severity of the risk group the subject assumes they belong to; whether the subject is cohabiting with anyone falling with the risk groups; how likely the subject feels at the risk of contracting COVID-19; the extent to which the subject had felt needing support during lockdown (where ‘0’ was no need for extra support and ‘100’ indicated immediate support required).

Overall, this research adopts the exact data as initially explored, comprising 1173 subjects, 17 independent predictors and 6 decision variables [11]. The distributions of independent variables can be found in Table 1 with the descriptive analysis on six decision variables in Table 2, and detailed distributions of PHQ9, GAD7 and BRS6 in Table 3. The recent analysis [11] followed that as dominantly done in analysing questionnaire data using bivariate associations analysis and regression analysis. That is, for each individual predictor, the bivariate associations analysis adopts the statistical T-test to identify if the dichotomised answers are statistically significant towards a certain mental wellbeing state. The predictors that are showing statistical significance towards a given dependent variable then serve as input to the regression model, which analyses the contributions of these predictors through learned model coefficients. It is also worth noting that the independent use of bivariate associations analysis to exclude insignificant predictors might not work well in scenarios whereby a certain variable may not show statistical significance on its own, but may still contribute in combination with other variables in later regression analysis. Also as previously discussed, the dominant use of regression analysis may be constrained by its potential drawbacks such as sensitivity to outliers and situations where multiple highly correlated variables, as well as the reduced generalisation capability in the popular choice of linear regression that is limited in working with non-linear scenarios. These observations again motivate the underlying work to investigate the effectiveness of machine learning algorithms through a feature permutation importance strategy in analysing this questionnaire survey.

Table 1 Distributions of independent predictors [11]
Table 2 Descriptive analysis on decision variables (N = 1173) [11]
Table 3 Detailed distributions of PHQ9, GAD7 and BRS6 [11]

3 Methods

This work aims to investigate the significance of predictors towards each of the six dependent variables of interest, i.e. PHQ9 for depression, GAD7 for anxiety, BRS6 for resilience, EQ5D5L for quality of life, as well as a self-assessed health score and support needs. In order to illustrate the use of feature permutation importance to quantitatively assess the impact of independent predictors, this section takes PHQ9 as one of the six decision variables as an example to introduce the proposed methodology. The data X consists of a set of independent variables, which remains the same regardless of the choice of a particular decision variable, where \(X_i (i=1, 2,..., 17)\) denotes ith independent variable; and \(y_\text {PHQ9}\) is the dependent variable for the example, which is calculated as the sum of nine individual scores of the PHQ9 measure. \(X^j\) and \(y^j_{PHQ9}\) refer to the specific values entered by the jth \((j=1, 2,..., 1173)\) subject.

Recent literature typically employs all available data to train a computational model (regression in many cases), followed by analysing feature significance on this trained model, which could potentially lead to biased results [33]. Instead this research adopts the k-fold cross-validation (k-CV) [34] where different portions of the data are used to train and test a model on different iterations. In particular, the tenfold CV [34] is adopted whereby the full data, after a random shuffle, are evenly chopped into 10 subsets; in each iteration, one subset remains as the test data to compute feature significance, the remaining data are used to train a machine learning model. The overall result for a full 10-CV will be all 10 individual test results combined. To reduce variability and get less biased results, this work further repeats the 10-CV process 10 times, by randomly shuffling the whole data repeatedly each time that would lead to a potentially different partition [33]. The feature significance with respect to a certain machine learning model are finally averaged over the 10*10 iterations [34].

figure a

Algorithm 1 demonstrates the computational framework with details justified as follows. In the for-loop that executes commands an given number of times, each pair of the training data (\(X^{[k]}_\text {trn}\) and \(y^{[k]}_\text {trn}, k=1, 2,... 100\)) and test data (\(X^{[k]}_\text {tst}\), \(y^{[k]}_\text {tst}\)) are sampled out of the 10 repeats of 10-CV through the Split() function. The \(X^{[k]}_\text {trn}\) and \(y^{[k]}_\text {trn}\) are then used to train a machine learning model at certain iteration k. It is worth clarifying that all 6 dependent variables are of a continuous scale; hence a machine learning model fits the training data by minimising the mean squared errors (MSE) between the observed targets in the dataset, and the predictions computed by the underlying model. As one of the fundamental motivations for this research to investigate feature significance under a range of machine learning models that come with different learning strategies. The following algorithms, which have been briefly reviewed in Introduction are selected, i.e. the Linear Regression, the K Nearest Neighbours (KNN), the Support Vector Machine (SVM), the Decision Tree, the Random Forest, the Gradient Boosted Machine.

Once the \(\text {model}^{[k]}\) is fit, the permutation importance of a feature can be calculated as: 1) compute a baseline metric of MSE evaluated on the test set (\(X^{[k]}_\text {tst}\), \(y^{[k]}_\text {tst}\)), instead of the training set, which is a standard practice in machine learning to evaluate the generalisation capability of a model using a held-out set; 2) shuffle the values of a certain feature also on the test set, and evaluate the model performance using the shuffled data; 3) calculate the performance difference between the baseline metric and metric from permutating this feature column—this forms the permutation importance of the given feature. The permutation_importance() function summarises this procedure, where \(n_\text {repeats = 10}\) suggests the each feature is randomly permutated 10 times to further reduce variability. Then return the feature to original values, and repeat this process with the next feature until all remaining independent variables; and finally returns vector \(Sig^{[k]}(X)\) that represents the significance of the variable set in the k-th run.

It is worth noting that the significance of each feature calculated by permutation_importance() function can be a negative value that suggests the model performance decreases when the feature values increases. However, there could exist cases where one feature exhibits positive values sometimes but negative in other occasions possibly as a result of the change of particular data split used for a certain run. Hence, to minimise this impact for computing a more objective overall feature importance across multiple random runs, all feature significances as a result of permutation_importance() are forced to take their absolute values to avoid the cancellation of positive and negative values, resulting in the \(\text {abs}\_\text {Sig}^{[k]}(X)\) vector. In order to ease averaging results across multiple runs later, this is followed by a normalisation step within each single run, such that the sum of the feature significance of each feature is added to \(\sum _i |abs\_Sig^{[k]}(X_i)| = 1\). Finally, the overall feature significance is averaged over all iterations.

4 Discussion

Table 4 Feature significance with respect to PHQ9 using the permutation importance approach

This section discusses results generated through the proposed feature permutation importance. Tables 4, 5, 6, 7, 8 and 9 summarise the results for each of the six decision variables of interest, whereby each column refers to one of the six selected machine learning algorithms; each row specifies a predictor; each entry \(Sig(X_i^{[j]})\), which is calculated as a result of averaging over 10 random runs out of 10-CV by Algorithm 1, denotes the importance of predictor i under machine learning model j. The implementation of these machine learning algorithms with all default choices of hyperparameters is provided by Sklearn package [34], which is a free machine learning library for the Python programming language. It can be verified that the sum of importance of each predictor for algorithm j is added up to the unit value \(\sum _iSig(X_i^{[j]})=1\).

Table 5 Feature significance with respect to GAD7 using the permutation importance approach

Results on the use of regression model is first discussed, as it was also used in the initial research [11] over the exact same data, though it is worth noting again the proposed permutation importance also utilises regression as the base model, its calculation of predictor significance is being entirely model agnostic that does not rely at all coefficients generated by the regression model. Due to limited space, results as reported in [11] that serve a comparison basis are not directly presented here, but it is worth recalling again that [11] followed a common two-step approach in analysing questionnaire data, whereby the bivariate associations analysis is first adopted through the statistical T-test to identify if the dichotomised answers are statistically significant towards a certain mental wellbeing state; predictors that are showing statistical significance then serve as input to the regression analysis, which computes contributions of these predictors through learned model coefficients.

For regression over PHQ9, as summarised in Table 4, the top-5 most significant features highlighted in bold are impact of relationship, exercise frequency, communication frequency, history of talking therapy and adversity, four out of which are also shared by initial research [11]. Similar observations can be drawn for GAD7 in Table 5, where four out of five most important predictors are shared by both approaches, i.e. impact of relationship, history of talking therapy, communication frequency and adversity. It is worth recalling again that the proposed approach works on the full set of all 17 predictors; whereas research[11] only considers predictors that are of statistical significance through an independent bivariate association analysis on individual variable. This makes the two-step analysis disjoint and possess risks of removing predictors that are not statistically significant on its own, but might be so when considered with other predictors. Such drawback of conducting an independent bivariate association analysis first may be exemplified with the analysis of BRS6, where the initial research [11] removed 14 predictors with only 3 kept for regression analysis, whereas the proposed approach is still able to work on the full set of predictors.

Table 6 Feature significance with respect to BRS6 using the permutation importance approach

As for EQ5D5L, there are also four out of top-5 significant predictors shared by both approaches, being history of health services attempt, medication and talking therapy as well as risk group. For quality of life, apart from the risk group, all three items in the wellbeing history category of the questionnaire selected as most important predictors for both approaches. In terms of self-assessed health score, three out of five top significant predictors are shared by both approaches, i.e. history of health services attempt and talking therapy, and frequency of communication with families/friends. For support needs, ethnics, history of medication and health services attempts are among the top-5 shared predictors. In a nutshell, for 5 decision variables (BRS6 is not applicable), 18 out of 25 top-5 predictors selected by the proposed approach are also shared by the two-step statistics and regression approach [11]—this suggests, despite of different mechanisms of computing factor importance, variables that are of intrinsic significance can be captured by data-driven methods of different kinds. Of course, the proposed work comes with the added capability of working with decision variable like BRS6 to look at the whole set of predictors from a holistic view when individual predictor does not come with statistical significance.

To analyse these results further, for PHQ9, exercise, relationship impact and communication with families/friends are all among the most predictors as highlighted in bold across all 6 different learning algorithms. In order to give a more succinct and overall assessment across the full set of learning algorithms, the importances of individual predictor are averaged to compute an overall importance of predictor as shown in the last column across Tables 4, 5, 6, 7, 8 and 9. As the sum of feature importances under each column/algorithm is the unit value, the sum of each averaged feature significance is also guaranteed to 1 in the ’Average’ column, thus easing the interpretation. For PHQ9, with relationship impact, exercise and the level of communication uniformly selected by all algorithms, it is not a surprise to see them remain the top 3, followed by history of talking therapy and experience of adversities.

For GAD7, as shown in Table 5, the relationship impact and the level of communication have again been uniformly selected by all 6 learning algorithms. Different from PHQ9, where exercise contributes more towards regulating depression level, the role of exercise for anxiety is not as important, but still remains the 6th most important factor. This suggests that five out of top-6 most important factors are shared by both PHQ9 and GAD7, i.e. adversity, relationship impact, communication level and talking therapy history and exercise. These observations suggest exercising frequently while maintaining regular communications with families and friends to keep good relationship could contributes significantly towards low level of depression and anxiety. Different from PHQ9 and GAD7, where the top-five predictors combined contribute around 50% significance, significance of predictors for BRS6 is more sparsely and relatively evenly distributed, with their top-5 predictors combined only contributing around 40% importance, suggesting that a more diverse set of factors could impact the resilience level. While the communication frequency still remains one consistently significant factor across dependent variables analysed so far, it is interesting to identify ethnics origin also contributes significantly across all algorithms, especially the particularly high coefficient from the regression model.

Table 7 Feature significance with respect to EQ5D5L using the permutation importance approach
Fig. 1
figure 1

Visualisation of overall feature significance

For EQ5D5L on life quality, the full set of medical history, including talking therapy, medication and access to health services have all been selected among top factors across all algorithms. This observation suggests the personal medical history and wellbeing have a direct impact on quality of life, though it could also be largely influenced by relationship with families and friends, a factor that has been instrumental for both the anxiety and depression state. As for the self-administered health score, the relationship impact, communication frequency and history of talking therapy, remain the most important factors, which are also shared by both PHQ9 and GAD7. The exercise and access to health services are also shared as one of the top factors by PHQ9 and GAD7, respectively. These observations amplifies the significance of the set of shared factors in studying multiple mental wellbeing states. In terms of extra support needs under the pandemic, apart from the experience of adversity, the significant factors also come from personal medical wellbeing including the history of medicine and access to healthcare services, as well as the impact of relationship with families and friends.

Overall, the importance of each factor towards each of the decision variable can be summarised in Fig. 1, where each horizontal bar summarises the contributions of the underlying predictor in the corresponding decision variable as previously calculated in Tables 4, 5, 6, 7, 8 and 9. Vertically, as an example, it is clear to visualise in Fig. 1 that Relation-impact has the biggest bar in blue, indicating the most significant factor for PHQ9. Horizontally, the total length of each horizontal bar represents the accumulated significance of each factor across all decision variables. This empowers to obtain an holistic and unified view of the most significant factors across numerous computing mechanisms and variables of interest. In the context of student mental wellbeing, where multiple elements such depression, anxiety and resilience may be concerned, while considering different factors may play different roles in related decision variables, the proposed approach provides a framework that can highlight the most important factors after considering numerous computing algorithms. In our case study, the relationship impact and communication with families/friends, the history of talking therapy and access to healthcare services, as well as the exercise remain the overall top-5 factors across the six decision variables for mental wellbeing of university students. Of course, such results may require further examination by decision-makers, but they do provide brief key information for stakeholders to reflect promptly especially under unprecedented situations like COVID19; e.g., the higher education provider might consider plans and actions to improve student relationship and communication with family and friends, which are the most important factors to improve university student mental wellbeing from multiple perspectives as identified in this paper.

5 Conclusion

This paper has proposed the use of multiple advanced machine learning algorithms under the permutation importance strategy to analyse the questionnaire online data in the context of mental wellbeing of university students. In comparison with the dominantly applied regression for questionnaire analysis, which is also often supported with a prior an independent bivariate association analysis to identify predictors of statistical significance, both the permutation approach and regression method identify a large set of shared predictors in the study of multiple mental wellbeing states—while there may not exist an absolutely objective approach in identifying universally agreed factors, simply due to that certain factors may be interpreted differently by individuals and that different computing methods quantify the importance of a variable differently owing to the use of different learning theory; the fact that many of the identified predictors are shared by both approaches, still highlights the intrinsic importance of these factors. Furthermore, another advantage of using the permutation approach empowers access to a diverse set of algorithms originating from different learning frameworks, including those without being able to provide inherent coefficients to suggest quantitative contributions. The outcomes from different computational algorithms that provide potentially different views could be aggregated further across a diverse set of algorithms to identify most contributing factors from a more holistic perspective, potentially making the generated results more reliable.

In our investigation of student mental wellbeing in a UK institution, the subset of relationship impact, communication frequency, history of talking therapy, exercise frequency, access to health services, experience of adversity have been found as common significant factors contributing to depression, anxiety and self-administered health score. Whereas a more diverse set of factors could potentially influence personal resilience, the life quality instead is significantly impacted by personal medical history and wellbeing state, which also influence the support needs. While the historical medical record and wellbeing history may differ with individuals and the occurrence of personal adversity is more unpredictable, frequent communication with families and friends to keep good relationship as well as regular exercise are generally contributing to better personal wellbeing. Whilst promising, further investigation of more advanced machine learning algorithms in computing and interpreting feature significance as well as the exploration of feature importance in improving the accuracy of supervised learning remain interesting future work.

Table 8 Feature significance with respect to Health-score using the permutation importance approach
Table 9 Feature significance with respect to Support-needs using the permutation importance approach

Availability of data and materials

The datasets generated and/analysed during the current study are not publicly available, because of confidential nature of university student information. Data are however available from the corresponding author on reasonable request and with permission of the University of Huddersfield, School of Computing and Engineering Institutional Data Access/Ethics Committee.

References

  1. Bolton P, Hubble S (2021) Support for students with mental health issues in higher education in england. House of Commons Library. UK Parliament, 2020. Retrieved October 23 from https://commonslibrary.parliament.uk/research-briefings/cbp-8593

  2. Charles NE, Strong SJ, Burns LC, Bullerjahn MR, Serafine KM (2021) Increased mood disorder symptoms, perceived stress, and alcohol use among college students during the covid-19 pandemic. Psychiatry Res 296:113706

    Article  Google Scholar 

  3. Kecojevic A, Basch CH, Sullivan M, Chen Y-T, Davi NK (2021) Covid-19 vaccination and intention to vaccinate among a sample of college students in new jersey. J Commun Health 46:1059–1068

    Article  Google Scholar 

  4. Quintiliani L, Sisto A, Vicinanza F, Curcio G, Tambone V (2022) Resilience and psychological impact on Italian university students during covid-19 pandemic. distance learning and health. Psychol Health Med 27:69–80

    Article  Google Scholar 

  5. Rapanta C, Botturi L, Goodyear P, Guàrdia L, Koole M (2020) Online university teaching during and after the covid-19 crisis: refocusing teacher presence and learning activity. Postdigit Sci Educ 2:923–945

    Article  Google Scholar 

  6. Werner AM et al (2021) The impact of lockdown stress and loneliness during the covid-19 pandemic on mental health among university students in Germany. Sci Rep 11:1–11

    Article  Google Scholar 

  7. Al-Youbi AO, Al-Hayani A, Rizwan A, Choudhry H (2020) Implications of covid-19 on the labor market of saudi arabia: the role of universities for a sustainable workforce. Sustainability 12:7090

    Article  Google Scholar 

  8. Ochnik D et al (2021) Mental health prevalence and predictors among university students in nine countries during the covid-19 pandemic: a cross-national study. Sci Rep 11:1–13

    Article  Google Scholar 

  9. Faisal RA, Jobe MC, Ahmed O, Sharker T (2022) Mental health status, anxiety, and depression levels of bangladeshi university students during the covid-19 pandemic. Int J Mental Health Addict 20:1500–1515

    Article  Google Scholar 

  10. Prowse R et al (2021) Coping with the covid-19 pandemic: examining gender differences in stress and mental health among university students. Front Psychiatry 12:650759

    Article  Google Scholar 

  11. Chen T, Lucock M (2022) The mental health of university students during the covid-19 pandemic: an online survey in the UK. PLoS One 17:e0262562

    Article  Google Scholar 

  12. Kokkinos CM, Tsouloupas CN, Voulgaridou I (2022) The effects of perceived psychological, educational, and financial impact of covid-19 pandemic on Greek university students’ satisfaction with life through mental health. J Affect Disord 300:289–295

    Article  Google Scholar 

  13. Evans S, Alkan E, Bhangoo JK, Tenenbaum H, Ng-Knight T (2021) Effects of the covid-19 lockdown on mental health, wellbeing, sleep, and alcohol use in a UK student sample. Psychiatry Res 298:113819

    Article  Google Scholar 

  14. Hamza CA, Ewing L, Heath NL, Goldstein AL (2021) When social isolation is nothing new: A longitudinal study on psychological distress during covid-19 among university students with and without preexisting mental health concerns. Can Psychol Psychol Can 62:20

    Article  Google Scholar 

  15. Mir IA, Ng SK, Mohd Jamali MNZ, Jabbar MA, Humayra S (2023) Determinants and predictors of mental health during and after covid-19 lockdown among university students in Malaysia. PloS One 18:e0280562

    Article  Google Scholar 

  16. Fruehwirth JC, Biswas S, Perreira KM (2021) The covid-19 pandemic and mental health of first-year college students: examining the effect of covid-19 stressors using longitudinal data. PloS One 16:e0247999

    Article  Google Scholar 

  17. Kroenke K, Spitzer RL, Williams JB (2001) The phq-9: validity of a brief depression severity measure. J Gen Int Med 16:606–613

    Article  Google Scholar 

  18. Spitzer RL, Kroenke K, Williams JB, Löwe B (2006) A brief measure for assessing generalized anxiety disorder: the gad-7. Arch Int Med 166:1092–1097

    Article  Google Scholar 

  19. Smith BW et al (2008) The brief resilience scale: assessing the ability to bounce back. Int J Behav Med 15:194–200

    Article  Google Scholar 

  20. Kamer-Ainur A, Marioara M (2007) Errors and limitations associated with regression and correlation analysis. Statistics and Economic Informatics, 709

  21. Kecojevic A, Basch CH, Sullivan M, Davi NK (2020) The impact of the covid-19 epidemic on mental health of undergraduate students in New Jersey, cross-sectional study. PloS One 15:e0239696

    Article  Google Scholar 

  22. Jordan MI, Mitchell TM (2015) Machine learning: trends, perspectives, and prospects. Science 349:255–260

    Article  MathSciNet  MATH  Google Scholar 

  23. Chen T, Keravnou-Papailiou E, Antoniou G (2021) Medical analytics for healthcare intelligence-recent advances and future directions. Artif Intell Med 112:1–5

    Article  Google Scholar 

  24. Chen T, Carter J, Mahmud M, Khuman AS (2022) Artificial intelligence in healthcare: Recent applications and developments

  25. Quinlan JR (1986) Induction of decision trees. Mach Learn 1:81–106

    Article  Google Scholar 

  26. Noble WS (2006) What is a support vector machine? Nat Biotechnol 24:1565–1567

    Article  Google Scholar 

  27. Zhang M-L, Zhou Z-H (2007) Ml-knn: a lazy learning approach to multi-label learning. Pattern Recognit 40:2038–2048

    Article  MATH  Google Scholar 

  28. Goodfellow I, Bengio Y, Courville A (2016) Deep learning. MIT press

    MATH  Google Scholar 

  29. Polikar R (2012) Ensemble learning. In: Ensemble machine learning, Springer, pp. 1–34 (2012)

  30. Breiman L (2001) Random forests. Mach Learn 45:5–32

    Article  MATH  Google Scholar 

  31. Friedman JH (2001) Greedy function approximation: a gradient boosting machine. Annals of Statistics 1189–1232

  32. Van Hout B et al (2012) Interim scoring for the eq-5d-5l: mapping the eq-5d-5l to eq-5d-3l value sets. Value Health 15:708–715

    Article  Google Scholar 

  33. Zhou Z-H (2021) Machine learning. Springer nature

    Book  MATH  Google Scholar 

  34. Pedregosa F et al (2011) Scikit-learn: machine learning in python. J Mach Learn Res 12:2825–2830

    MathSciNet  MATH  Google Scholar 

Download references

Funding

The authors received no specific funding for this work.

Author information

Authors and Affiliations

Authors

Contributions

Conceptualisation, TC; data curation, TC; formal analysis TC; methodology TC; writing TC. All authors reviewed and approved the manuscript.

Corresponding author

Correspondence to Tianhua Chen.

Ethics declarations

Competing interests

The authors have declared that no competing interests exist.

Additional information

Publisher’s Note

Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Rights and permissions

Open Access This article is licensed under a Creative Commons Attribution 4.0 International License, which permits use, sharing, adaptation, distribution and reproduction in any medium or format, as long as you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons licence, and indicate if changes were made. The images or other third party material in this article are included in the article's Creative Commons licence, unless indicated otherwise in a credit line to the material. If material is not included in the article's Creative Commons licence and your intended use is not permitted by statutory regulation or exceeds the permitted use, you will need to obtain permission directly from the copyright holder. To view a copy of this licence, visit http://creativecommons.org/licenses/by/4.0/.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Chen, T. Investigating the mental health of university students during the COVID-19 pandemic in a UK university: a machine learning approach using feature permutation importance. Brain Inf. 10, 27 (2023). https://doi.org/10.1186/s40708-023-00205-8

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/s40708-023-00205-8

Keywords