PreparationRunTypeConstants Class

Constants for specifying what sort of prep run (e.g. setup only, setup before featurization, featurization only) we're doing before model selection.

Inheritance
builtins.object
PreparationRunTypeConstants

Constructor

PreparationRunTypeConstants()

Attributes

FEATURIZATION_ONLY

FEATURIZATION_ONLY = 'featurization_only'

SETUP_ONLY

SETUP_ONLY = 'setup_only'

SETUP_WITHOUT_FEATURIZATION

SETUP_WITHOUT_FEATURIZATION = 'setup_without_featurization'