From: Jérôme Benoit Date: Sun, 24 May 2026 23:09:27 +0000 (+0200) Subject: feat(weights): per-label sample weights propagated to model.fit(sample_weight=..... X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=1d756928dc758fdaf424df94bedb27e81e145b2f;p=freqai-strategies.git feat(weights): per-label sample weights propagated to model.fit(sample_weight=...) (#72) * chore(quickadapter): bump strategy and regressor version 3.11.8 → 3.11.9 * feat(weights): add compose_sample_weights helper with mean=1 multiplicative composition AFML §4.10 / mlfinpy canonical: per-label mean=1 normalization, multiplicative composition with temporal decay, geometric-mean aggregation for multi-label, NaN/inf handling, all-zero degenerate fallback. Validated locally with pytest (evidence: .omo/evidence/task-5-{red,green}.txt). * fix(weights): persist label weights into