]> Piment Noir Git Repositories - freqai-strategies.git/commit
fix(weights): persist label weights into <label>_weight column instead of rescaling...
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Sat, 23 May 2026 23:55:34 +0000 (01:55 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Sat, 23 May 2026 23:55:34 +0000 (01:55 +0200)
commit3eaabfa5d4438a06ebe4e8d9cbbbfc8170053d9a
treebcd4f40735eb62759893e0e270b810de89d31a86
parent1601630b37377076cb86db15840b50156baff31c
fix(weights): persist label weights into <label>_weight column instead of rescaling target

Removes statistically incorrect target rescaling (label = direction × weight). Persists raw direction labels and a separate <label>_weight column for downstream sample_weight composition. Validated locally with pytest (evidence: .omo/evidence/task-6-{red,green}.txt).
quickadapter/user_data/strategies/QuickAdapterV3.py