Skip to content

Commit

Permalink
fixed xgboost model yaml to load imputer and normalization from the m…
Browse files Browse the repository at this point in the history
…odel_params which optuna can modify
  • Loading branch information
Oufattole committed Aug 21, 2024
1 parent ecf9292 commit e6cf085
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/MEDS_tabular_automl/configs/model/xgboost.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ model_target:
output_filepath: ${output_filepath}
log_dir: ${log_dir}
cache_dir: ${cache_dir}
imputer: ${imputer}
normalization: ${normalization}
imputer: ${model_params.iterator.imputer}
normalization: ${model_params.iterator.normalization}
# tabularization: ${tabularization} # Ideally we should define tabularization here, but there is an issue initializing with it's resolvers.

model_params:
Expand Down

0 comments on commit e6cf085

Please sign in to comment.