]> Piment Noir Git Repositories - freqai-strategies.git/commit
refactor(quickadapter): drop unused sample_weighting tunables
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Sun, 24 May 2026 23:44:44 +0000 (01:44 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Sun, 24 May 2026 23:44:44 +0000 (01:44 +0200)
commit348fa15e87405dfaf269de968f6bd6e7bfd73f7e
tree3cb499c09e582618197718bff1fca81972648417
parentdc126a5ae331bed3efb68578a80fe71932792999
refactor(quickadapter): drop unused sample_weighting tunables

The sample_weighting.{aggregation,softmax_temperature} options were inert:
LABEL_COLUMNS is single-label by design and compose_sample_weights only
ever sees one per-label vector, making row-wise aggregation an identity
operation regardless of the configured mode.

Removes the config block, validation specs, getter, and README entry;
compose_sample_weights keeps its kwargs with safe defaults (arithmetic_mean,
T=1.0) so the call site stays trivial.
README.md
quickadapter/user_data/config-template.json
quickadapter/user_data/freqaimodels/QuickAdapterRegressorV3.py
quickadapter/user_data/strategies/LabelTransformer.py
quickadapter/user_data/strategies/Utils.py