XGBoostRegressorMultiTarget增加计算量

This commit is contained in:
zhangkun9038@dingtalk.com 2026-02-11 01:28:00 +08:00
parent ea7010cfb8
commit 3e0b5c754f
4 changed files with 14 additions and 14 deletions

View File

@ -117,9 +117,9 @@
"shuffle": false
},
"model_training_parameters": {
"n_estimators": 200,
"n_estimators": 400,
"learning_rate": 0.01,
"max_depth": 6,
"max_depth": 8,
"min_child_weight": 1,
"subsample": 0.8,
"colsample_bytree": 0.8,

View File

@ -114,9 +114,9 @@
"shuffle": false
},
"model_training_parameters": {
"n_estimators": 200,
"n_estimators": 400,
"learning_rate": 0.01,
"max_depth": 6,
"max_depth": 8,
"min_child_weight": 1,
"subsample": 0.8,
"colsample_bytree": 0.8,

View File

@ -117,9 +117,9 @@
"shuffle": false
},
"model_training_parameters": {
"n_estimators": 200,
"n_estimators": 400,
"learning_rate": 0.01,
"max_depth": 6,
"max_depth": 8,
"min_child_weight": 1,
"subsample": 0.8,
"colsample_bytree": 0.8,

View File

@ -47,14 +47,14 @@
},
"freqai": {
"model_training_parameters": {
"n_estimators": 200,
"learning_rate": 0.01,
"max_depth": 6,
"min_child_weight": 1,
"subsample": 0.8,
"colsample_bytree": 0.8,
"verbosity": 0
}
"n_estimators": 400,
"learning_rate": 0.01,
"max_depth": 8,
"min_child_weight": 1,
"subsample": 0.8,
"colsample_bytree": 0.8,
"verbosity": 0
}
},
"ft_stratparam_v": 1,
"export_time": "2025-12-15 14:19:00.824138+00:00"