From 8f7d0a3ed49cf939c218dfdc27b8c05de5767bee Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Sat, 14 Feb 2026 22:14:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BD=93=E5=89=8D=E9=85=8D=E7=BD=AE=E7=BB=93?= =?UTF-8?q?=E6=9E=9C=E5=BE=88=E7=A8=B3=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config_examples/live_XGBoostRegressorMultiTarget.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config_examples/live_XGBoostRegressorMultiTarget.json b/config_examples/live_XGBoostRegressorMultiTarget.json index 0a3446a6..2c7bb317 100644 --- a/config_examples/live_XGBoostRegressorMultiTarget.json +++ b/config_examples/live_XGBoostRegressorMultiTarget.json @@ -122,7 +122,7 @@ "shuffle": false }, "model_training_parameters": { - "n_estimators": 150, // 从 200 减到 150,减少树的数量 + "n_estimators": 200, "learning_rate": 0.026, "max_depth": 4, "min_child_weight": 5,