From ee47d8402136f4aa471fbb78bcc1ca091c87725b Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Tue, 17 Jun 2025 10:32:10 +0200 Subject: [PATCH] refactor(qav3): balanced default labeling settings to start with MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Since the labeling algo now behaves as intented, the weithing is not trying anymore to compensate bugs Signed-off-by: Jérôme Benoit --- quickadapter/user_data/config-template.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/quickadapter/user_data/config-template.json b/quickadapter/user_data/config-template.json index 7d2bdc3..64aa843 100644 --- a/quickadapter/user_data/config-template.json +++ b/quickadapter/user_data/config-template.json @@ -156,8 +156,8 @@ "label_period_candles": 100, "label_metric": "euclidean", "label_weights": [ - 0.25, - 0.75 + 0.5, + 0.5 ], "include_shifted_candles": 6, "DI_threshold": 10, -- 2.43.0