From 1d756928dc758fdaf424df94bedb27e81e145b2f Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Mon, 25 May 2026 01:09:27 +0200 Subject: [PATCH] feat(weights): per-label sample weights propagated to model.fit(sample_weight=...) (#72) MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit * 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