Skip to main content

num_experiments: <int> (Optional)

Description

The number of experiments to run during AutoML. AutoML selects hyperparameter configurations via random sampling without replacement (best effort). If the candidate search space is smaller than num_experiments, or constraints/pruning reduce the viable pool, Kumo may reuse a configuration or run fewer unique experiments.
  • num_experiments must be > 0.

Supported Task Types

  • All

Default Values (Classification Tasks)

run_modeDefault Value
FAST2
NORMAL4
BEST8

Default Values (Other Tasks)

run_modeDefault Value
FAST4
NORMAL8
BEST16