From 022017a8d5e22f2212d459aa427f75537c89371a Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Thu, 27 Feb 2025 20:02:51 +0100 Subject: [PATCH] refactor(qav3): refine configuration template MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- quickadapter/user_data/config-template.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickadapter/user_data/config-template.json b/quickadapter/user_data/config-template.json index 3e78aad..d2f77bf 100644 --- a/quickadapter/user_data/config-template.json +++ b/quickadapter/user_data/config-template.json @@ -111,7 +111,7 @@ "write_metrics_to_disk": false, "identifier": "quickadapter-xgboost", // "identifier": "quickadapter-lgbm", - "fit_live_predictions_candles": 300, + "fit_live_predictions_candles": 600, "data_kitchen_thread_count": 6, // set to number of CPU threads / 4 "track_performance": false, "prediction_thresholds_smoothing": "mean", -- 2.43.0