Table 2.
Classifier | Search method | Hyperparameter | Space |
---|---|---|---|
| |||
KNN | Grid search | Number of neighbors | [6, 8, 10, 12, 14, 16, 18, 20] |
SVM-L | Grid search | Soft margin constant | [1, 10, 100] |
SPM-P1 | Grid search | Soft margin constant | [1, 10, 100] |
SPM-P2 | Grid search | Soft margin constant | [1, 10, 100] |
SPM-RBF | Grid search | Soft margin constant | [1, 10, 100] |
RBF kernel parameter gamma | [0.001, 0.01, 0.1, 1] | ||
RF | Random search | Number of trees | [5, 6, 7, …, 200] |
Max depth of each tree | [5, 6, 7, …, 50] | ||
Min number of samples required to split a node | [2, 3, 4, …, 20] | ||
Min number of samples required in the leaf node | [1, 2, 3, …, 10] |