From: Jérôme Benoit Date: Fri, 2 Jan 2026 11:44:11 +0000 (+0100) Subject: docs(quickadapter): refine comment on HPO parameters ordering X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=9b1d0679fdeab119c97d24191416eeeab2e8d10a;p=freqai-strategies.git docs(quickadapter): refine comment on HPO parameters ordering Signed-off-by: Jérôme Benoit --- diff --git a/quickadapter/user_data/strategies/Utils.py b/quickadapter/user_data/strategies/Utils.py index 28b41e9..c0c08eb 100644 --- a/quickadapter/user_data/strategies/Utils.py +++ b/quickadapter/user_data/strategies/Utils.py @@ -2220,7 +2220,7 @@ def get_optuna_study_model_parameters( if regressor == REGRESSORS[0]: # "xgboost" # Parameter order: boosting -> tree structure -> leaf constraints -> - # sampling -> regularization + # sampling -> regularization -> binning default_ranges: dict[str, tuple[float, float]] = { # Boosting/Training "n_estimators": (50, 3000),