표 8 LGBM 모델의 주요 하이퍼파라미터
하이퍼파라미터
탐색된 범위
최적값(선정된 값)
num_leaves
10~100
45
learning_rate
0.001~0.1
0.03
n_estimators
50~500
250
max_depth
3~15
7
min_child_weight
1~20
6
LGBM, light gradient boosting machine.