From: Jérôme Benoit Date: Fri, 13 Feb 2026 15:54:41 +0000 (+0100) Subject: docs(quickadapter): sensible template defaults X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=104119b86039af0d771ba0e4e98265daf3e1f6d0;p=freqai-strategies.git docs(quickadapter): sensible template defaults Signed-off-by: Jérôme Benoit --- 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,