n_estimators: 700(比原来的 600 多 100 棵树,+16.7%)
This commit is contained in:
parent
6fa5bbaab7
commit
528b5eafa0
@ -114,9 +114,9 @@
|
||||
"shuffle": false
|
||||
},
|
||||
"model_training_parameters": {
|
||||
"n_estimators": 800,
|
||||
"n_estimators": 700,
|
||||
"learning_rate": 0.025,
|
||||
"num_leaves": 60,
|
||||
"num_leaves": 50,
|
||||
"max_depth": 10,
|
||||
"min_data_in_leaf": 20,
|
||||
"feature_fraction": 0.8,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user