模型之前略微欠拟合,500棵树比400棵捕捉到了更多有效模式

This commit is contained in:
zhangkun9038@dingtalk.com 2025-12-24 00:08:40 +08:00
parent a57d1ae2e9
commit e48eb1552c

View File

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