Skip to main content

Table 18 Models and hyperparameters used for WHO-5 classification

From: Predicting subjective well-being in a high-risk sample of Russian mental health app users

Model

Hyperparameters

AdaBoostClassifier

“algorithm”: [“SAMME.R”]

DecisionTreeClassifier

“criterion”: [“gini”, “entropy”], “max_depth”: [None, 10, 50, 100]

RandomForestClassifier

“n_estimators”: [10, 50, 100], “max_depth”: [None, 10, 50, 100]