From a57d1ae2e9cbadbafa58d14108c2308aa6f27548 Mon Sep 17 00:00:00 2001 From: "zhangkun9038@dingtalk.com" Date: Tue, 23 Dec 2025 23:50:38 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AC=AC=E4=B8=80=E7=89=88=E5=B0=8F=E8=B0=83?= =?UTF-8?q?=E6=95=B4=E5=AE=8C=E6=88=90-revert=20and=20change=20n=5Festimat?= =?UTF-8?q?ors?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config_examples/freqaiprimer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config_examples/freqaiprimer.json b/config_examples/freqaiprimer.json index ac80afc2..4d28854e 100644 --- a/config_examples/freqaiprimer.json +++ b/config_examples/freqaiprimer.json @@ -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 } },