]> Piment Noir Git Repositories - freqai-strategies.git/commit
refactor(quickadapter): harmonize parameter naming in threshold computation
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Mon, 26 Jan 2026 20:27:52 +0000 (21:27 +0100)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Mon, 26 Jan 2026 20:27:52 +0000 (21:27 +0100)
commitea78a5e1bcb70bd812658de951dcbbc0f9482aff
tree2272f1e6bb1afede6d3be7dc20eba27676099cc6
parent91d22bdeea4c2f5edff25344b802a9e11a21c63d
refactor(quickadapter): harmonize parameter naming in threshold computation

- Rename extrema_selection → selection_method to match tunable name
- Rename pred_extrema → pred_label for consistency across methods
- Rename n_extrema → n_values in _build_weights_array (generic function)
- Fix bug: use default_weight param instead of constant in early return
quickadapter/user_data/freqaimodels/QuickAdapterRegressorV3.py
quickadapter/user_data/strategies/Utils.py