FeaturizationConfigMode Class
Defines featurization modes that are used in AutoML.
In typical use cases, you specify featurization in the <xref:azureml.train.automl.automlconfig.AutoMLConfig>
with the featurization
parameter.
Constructor
FeaturizationConfigMode()
Attributes
Auto
Auto = 'auto'
Customized
Customized = 'customized'
Off
Off = 'off'