Skip to content

Commit

Permalink
updated default config. (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
boranhan authored Nov 6, 2024
1 parent 8020e1a commit 932f931
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
4 changes: 0 additions & 4 deletions src/autogluon_assistant/configs/best_quality.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,8 @@ feature_transformers:
autogluon:
predictor_init_kwargs: {}
predictor_fit_kwargs:
verbosity: 2
presets: best_quality
time_limit: 14400
dynamic_stacking: True
num_bag_folds: 5
num_stack_levels: 2
llm:
# Note: bedrock is only supported in limited AWS regions
provider: bedrock
Expand Down
4 changes: 0 additions & 4 deletions src/autogluon_assistant/configs/high_quality.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,8 @@ feature_transformers:
autogluon:
predictor_init_kwargs: {}
predictor_fit_kwargs:
verbosity: 2
presets: high_quality
time_limit: 3600
dynamic_stacking: True
num_bag_folds: 5
num_stack_levels: 2
llm:
# Note: bedrock is only supported in limited AWS regions
provider: bedrock
Expand Down
4 changes: 0 additions & 4 deletions src/autogluon_assistant/configs/medium_quality.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,8 @@ feature_transformers:
autogluon:
predictor_init_kwargs: {}
predictor_fit_kwargs:
verbosity: 2
presets: medium_quality
time_limit: 600
dynamic_stacking: True
num_bag_folds: 5
num_stack_levels: 2
llm:
# Note: bedrock is only supported in limited AWS regions
provider: bedrock
Expand Down

0 comments on commit 932f931

Please sign in to comment.