From 9b1d0679fdeab119c97d24191416eeeab2e8d10a Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Fri, 2 Jan 2026 12:44:11 +0100 Subject: [PATCH] docs(quickadapter): refine comment on HPO parameters ordering MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- quickadapter/user_data/strategies/Utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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), -- 2.53.0