From f225edbca0c903868c1dd79ef86da5e98591e161 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Fri, 19 Jun 2026 16:04:46 +0200 Subject: [PATCH] style(weights): normalize fill bandwidth comment spacing --- quickadapter/user_data/strategies/LabelTransformer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickadapter/user_data/strategies/LabelTransformer.py b/quickadapter/user_data/strategies/LabelTransformer.py index 73481d1..8ec3a72 100644 --- a/quickadapter/user_data/strategies/LabelTransformer.py +++ b/quickadapter/user_data/strategies/LabelTransformer.py @@ -80,7 +80,7 @@ FILL_EPSILON_BASELINES: Final[tuple[FillEpsilonBaseline, ...]] = ( FillBandwidth = Literal["fixed", "knn"] FILL_BANDWIDTHS: Final[tuple[FillBandwidth, ...]] = ( "fixed", # 0 - constant sigma = fill_sigma_candles - "knn", # 1 - per-pivot sigma from k-nearest-neighbor index distance + "knn", # 1 - per-pivot sigma from k-nearest-neighbor index distance ) StandardizationType = Literal["none", "zscore", "robust", "mmad", "power_yj"] -- 2.53.0