kumoai.pquery.RunMode#

class kumoai.pquery.RunMode[source]#

Bases: StrEnum

Defines the run mode for AutoML. Please see the Kumo documentation for more information.

FAST = 'fast'#

Speeds up the search process—typically about 4x faster than using the normal mode.

NORMAL = 'normal'#

Default value.

BEST = 'best'#

Typically takes 4x the time used by the normal mode.