Table 5:
Parameters for feature subsets
Parameter(s) | Tested values |
---|---|
| |
Learning rate | 0.0125, 0.05 |
Maximum tree depth (max_depth) | 3 |
Data subsampling ratio (subsample) | 0.8, 1 |
Minimum weight of a leaf node (min_child_weight) | 1 |
L1 regularization (alpha) | 0, 1, 2 |
L2 regularization (lambda) | 1 |
Number of trees to fit per iteration (n_estimators) | 1, 2, 4 |