Table 3.
Supervised Classification Models. Summary table of the compared models to perform the joint segmentation and classification of time points into walking and non-walking activities. For each model, hyper-parameters to be tuned are listed (following the tidymodels (https://parsnip.tidymodels.org (accessed on 17 March 2022)) naming conventions) along with the grid that was used for tuning. The notation x:y:z is a shorthand for all values between x and z included with a step of y.
Model | Hyper-Parameters | Tuning Grid |
---|---|---|
Decision Tree |
cost_complexity
tree_depth |
|
Radial Basis Function SVM |
cost
rbf_sigma |
|
k-NN |
neighbors
dist_power |
|
Logistic Regression | threshold |