From dbe4f58932adb20223a8dbeadd7bd8672414c3e0 Mon Sep 17 00:00:00 2001 From: Nassim Oufattole Date: Mon, 12 Aug 2024 17:56:15 +0000 Subject: [PATCH] fixed xgboost direction to maximize auc --- src/MEDS_tabular_automl/configs/launch_xgboost.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MEDS_tabular_automl/configs/launch_xgboost.yaml b/src/MEDS_tabular_automl/configs/launch_xgboost.yaml index 4fc1383..af3735d 100644 --- a/src/MEDS_tabular_automl/configs/launch_xgboost.yaml +++ b/src/MEDS_tabular_automl/configs/launch_xgboost.yaml @@ -39,7 +39,7 @@ hydra: seed: 1 study_name: null #study_${now:%Y-%m-%d_%H-%M-%S} storage: null - direction: minimize + direction: maximize n_trials: 250 n_jobs: 25