Description
The number of experiments to run during AutoML. If set, it will override the number of experiments set by run_mode
.
- By default,
num_experiments
is set according torun_mode
. num_experiments
must be> 0
.
Supported Task Types
- All
Default Values (Classification Tasks)
run_mode | Default Value |
---|---|
FAST | 2 |
NORMAL | 4 |
BEST | 8 |
Default Values (Other Tasks)
run_mode | Default Value |
---|---|
FAST | 4 |
NORMAL | 8 |
BEST | 16 |
Updated 6 months ago