From 648bc782d2564363fbb6802c3f3b352d574d3c39 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Fri, 29 Aug 2025 17:59:13 +0200 Subject: [PATCH] refactor(qav3): config template cleanup 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 | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/quickadapter/user_data/config-template.json b/quickadapter/user_data/config-template.json index bfcb110..c78fd08 100644 --- a/quickadapter/user_data/config-template.json +++ b/quickadapter/user_data/config-template.json @@ -160,16 +160,6 @@ 0.5, 0.5 ], - // "label_metric": "chebyshev", - // "label_weights": [ - // 0.4, - // 0.6 - // ], - // "label_metric": "hellinger", - // "label_weights": [ - // 0.5, - // 0.5 - // ], "include_shifted_candles": 6, "DI_threshold": 10, "weight_factor": 0.9, -- 2.43.0