Skip to content

Commit

Permalink
update cli examples
Browse files Browse the repository at this point in the history
  • Loading branch information
sharma-riti committed Nov 30, 2022
1 parent 19613c6 commit 84e3cc5
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ test_data:

limits:
timeout_minutes: 180
max_trials: 40
max_concurrent_trials: 5
max_trials: 10
max_concurrent_trials: 2
trial_timeout_minutes: 20
enable_early_termination: true
exit_score: 0.92
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ n_cross_validations: 3
limits:
timeout_minutes: 20
max_trials: 10
max_concurrent_trials: 4
max_concurrent_trials: 2
trial_timeout_minutes: 20
enable_early_termination: true

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ featurization:
limits:
timeout_minutes: 15
max_trials: 10
max_concurrent_trials: 4
max_concurrent_trials: 2
max_cores_per_trial: -1
trial_timeout_minutes: 15
enable_early_termination: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ n_cross_validations: auto
limits:
timeout_minutes: 20
max_trials: 10
max_concurrent_trials: 4
max_concurrent_trials: 2
trial_timeout_minutes: 20
enable_early_termination: true

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ validation_data:

limits:
timeout_minutes: 60
max_concurrent_trials: 4
max_concurrent_trials: 2
enable_early_termination: true

forecasting:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ log_verbosity: debug
limits:
timeout_minutes: 120
max_nodes: 4
max_trials: 2
max_trials: 10
max_concurrent_trials: 2

training_data:
Expand Down

0 comments on commit 84e3cc5

Please sign in to comment.