HomeDocsAPI Reference
Kumo.ai
Docs

run_mode

run_mode: (fast | normal (default) | best) (Optional)

Description

Kumo automatically searches for the best model architecture and hyperparameters that fits your predictive query. As with many search problems, there is a trade-off between the search time and the optimality of the search result.

By default, Kumo decides the size of the search space so that the search completes in a reasonable amount of time, and yields a close-to-optimal result.

Supported Task Types

  • All

Run Mode Options

run_modeDescription
FASTSpeeds up the search process, typically about 4x faster than using the normal mode.
NORMALTypically takes 4x the time used by the normal mode.
BESTUsed by default.