Table 1.
ML Model Hyperparameters | AdaBoost | XGBoost | LightGBM |
---|---|---|---|
max_features | -- | -- | -- |
max_depth | -- | 3 | -- |
criterion | -- | -- | -- |
learning_rate | 0.1 | 0.1 | 0.1 |
n_estimators | 300 | 300 | 300 |
base_estimator__max _depth | 8 | -- | -- |
base_estimator__min _samples_leaf | 10 | -- | -- |