HomeDocsAPI Reference
Kumo.ai
Docs

num_experiments

num_experiments: <int> (Optional)

Description

The num_experiments field defines the number of experiments AutoML will run to optimize your model. Each experiment involves training and evaluating a model with different configurations.

A higher number of experiments increases the chances of finding the best-performing model but also requires more computational resources and time.

  • num_experiments must be >= 1.

Supported Task Types

  • All

Default Values (Classification Tasks)

run_modeDefault Value
FAST2
NORMAL4
BEST8

Default Values (Other Tasks)

run_modeDefault Value
FAST4
NORMAL8
BEST16