Skip to content

Commit

Permalink
fixed xgboost direction to maximize auc
Browse files Browse the repository at this point in the history
  • Loading branch information
Oufattole committed Aug 12, 2024
1 parent 1641d4a commit dbe4f58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MEDS_tabular_automl/configs/launch_xgboost.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit dbe4f58

Please sign in to comment.