模型之前略微欠拟合,500棵树比400棵捕捉到了更多有效模式
This commit is contained in:
parent
a57d1ae2e9
commit
e48eb1552c
@ -114,9 +114,9 @@
|
||||
"shuffle": false
|
||||
},
|
||||
"model_training_parameters": {
|
||||
"n_estimators": 500,
|
||||
"learning_rate": 0.03,
|
||||
"num_leaves": 40,
|
||||
"n_estimators": 600,
|
||||
"learning_rate": 0.025,
|
||||
"num_leaves": 50,
|
||||
"max_depth": 10,
|
||||
"min_data_in_leaf": 20,
|
||||
"feature_fraction": 0.8,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user