From 47e77467fd6181c51356d9e4890839e54e5ced04 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Fri, 10 Oct 2025 14:56:05 +0200 Subject: [PATCH] docs(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 | 1 + 1 file changed, 1 insertion(+) diff --git a/quickadapter/user_data/config-template.json b/quickadapter/user_data/config-template.json index af149f5..c82b6fc 100644 --- a/quickadapter/user_data/config-template.json +++ b/quickadapter/user_data/config-template.json @@ -120,6 +120,7 @@ "fit_live_predictions_candles": 864, "data_kitchen_thread_count": 6, // set to number of CPU threads / 4 "track_performance": false, + "prediction_thresholds_smoothing": "isodata", "outlier_threshold": 0.999, "optuna_hyperopt": { "enabled": true, -- 2.43.0