From e48eb1552cce04f93d3ea1b1ed5da8a6461bbdae Mon Sep 17 00:00:00 2001 From: "zhangkun9038@dingtalk.com" Date: Wed, 24 Dec 2025 00:08:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A8=A1=E5=9E=8B=E4=B9=8B=E5=89=8D=E7=95=A5?= =?UTF-8?q?=E5=BE=AE=E6=AC=A0=E6=8B=9F=E5=90=88=EF=BC=8C500=E6=A3=B5?= =?UTF-8?q?=E6=A0=91=E6=AF=94400=E6=A3=B5=E6=8D=95=E6=8D=89=E5=88=B0?= =?UTF-8?q?=E4=BA=86=E6=9B=B4=E5=A4=9A=E6=9C=89=E6=95=88=E6=A8=A1=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config_examples/freqaiprimer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config_examples/freqaiprimer.json b/config_examples/freqaiprimer.json index 4d28854e..a15ea30b 100644 --- a/config_examples/freqaiprimer.json +++ b/config_examples/freqaiprimer.json @@ -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,