第一版小调整完成-revert and change n_estimators

This commit is contained in:
zhangkun9038@dingtalk.com 2025-12-23 23:50:38 +08:00
parent 09cad2b017
commit a57d1ae2e9

View File

@ -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
}
},