FeaturizationConfigMode Class

Defines featurization modes that are used in AutoML.

In typical use cases, you specify featurization in the AutoMLConfig with the featurization parameter.

Constructor

FeaturizationConfigMode()

Attributes

Auto

Auto = 'auto'

Customized

Customized = 'customized'

Off

Off = 'off'