Table 5.
Range of Hyperparameters (Hyp) for each model: HPC-XGB (our), Decision Tree (DT), Random Forest (RF), XGB with different losses functions (mean square error, tweedie and gamma), Linear Support Vector Machine (Li-SVM), Gaussian Support Vector Machine (G-SVM) and Lasso Support Vector Machine (La-SVM).
Model | Hyp | Range |
---|---|---|
HPC-XGB (our) | learning rate of estimators/iterations () max depth () of predictors to select penalty () | {5, 10, 15, 20, 25, 29} |
XGB [13], [14] | learning rate of estimators/iterations () max depth () of predictors to select penalty () | {5, 10, 15, 20, 25, 29} |
DT [10], [11] | max depth | |
RF [11], [12] | of DT of predictors to select max depth | |
Li-SVM [10], [11] | Box Constraint | |
G-SVM [10], [11] | Box Constraint Kernel Scale | |
La-SVM [1] | Lambda | |
Ensemble La-SVM [15] | Lambda | |
MTL [18] | penalty penalty |