From 104119b86039af0d771ba0e4e98265daf3e1f6d0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Fri, 13 Feb 2026 16:54:41 +0100 Subject: [PATCH] docs(quickadapter): sensible template defaults 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 | 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 895f77e..8599819 100644 --- a/quickadapter/user_data/config-template.json +++ b/quickadapter/user_data/config-template.json @@ -169,7 +169,7 @@ "label_prediction": { "method": "thresholding", "threshold_method": "isodata", - "keep_fraction": 0.5 + "keep_fraction": 0.25 // Per-label format: // "default": { // "method": "thresholding", @@ -221,7 +221,7 @@ 1.0, 1.0, 1.0, - 2.5, + 5.0, 1.0 ], "include_shifted_candles": 6, -- 2.53.0