From be7fdd2f4e97a9c5bec299e9a2c019339b50c251 Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Sat, 14 Feb 2026 11:11:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0freqai=20conig=EF=BC=8C?= =?UTF-8?q?=E9=99=8D=E4=BD=8E=E8=BF=87=E6=8B=9F=E5=90=88+3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config_examples/dryrun.json | 2 +- config_examples/dryrun_LightGBMRegressorMultiTarget.json | 4 ++-- config_examples/dryrun_XGBoostRegressorMultiTarget.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config_examples/dryrun.json b/config_examples/dryrun.json index 2e59f236..8d301c44 100644 --- a/config_examples/dryrun.json +++ b/config_examples/dryrun.json @@ -88,7 +88,7 @@ }, "feature_parameters": { "include_timeframes": [ - "3m", + "1.5m", "15m", "1h", "4h" diff --git a/config_examples/dryrun_LightGBMRegressorMultiTarget.json b/config_examples/dryrun_LightGBMRegressorMultiTarget.json index ebe83d0a..66a6d158 100644 --- a/config_examples/dryrun_LightGBMRegressorMultiTarget.json +++ b/config_examples/dryrun_LightGBMRegressorMultiTarget.json @@ -89,7 +89,7 @@ }, "feature_parameters": { "include_timeframes": [ - "3m", + "2m", "15m", "1h", "4h" @@ -134,4 +134,4 @@ "listen_ip_address": "0.0.0.0", "listen_port": 8080 } -} \ No newline at end of file +} diff --git a/config_examples/dryrun_XGBoostRegressorMultiTarget.json b/config_examples/dryrun_XGBoostRegressorMultiTarget.json index fbf00c5f..91089ba9 100644 --- a/config_examples/dryrun_XGBoostRegressorMultiTarget.json +++ b/config_examples/dryrun_XGBoostRegressorMultiTarget.json @@ -91,7 +91,7 @@ }, "feature_parameters": { "include_timeframes": [ - "3m", + "1m", "15m", "1h", "4h"