第一版小调整完成-revert and change n_estimators
This commit is contained in:
parent
09cad2b017
commit
a57d1ae2e9
@ -114,7 +114,7 @@
|
||||
"shuffle": false
|
||||
},
|
||||
"model_training_parameters": {
|
||||
"n_estimators": 400,
|
||||
"n_estimators": 500,
|
||||
"learning_rate": 0.03,
|
||||
"num_leaves": 40,
|
||||
"max_depth": 10,
|
||||
@ -122,7 +122,6 @@
|
||||
"feature_fraction": 0.8,
|
||||
"bagging_fraction": 0.8,
|
||||
"bagging_freq": 5,
|
||||
"random_state": 42,
|
||||
"verbose": -1
|
||||
}
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user