FeaturizationConfigMode 类

定义在 AutoML 中使用的特征化模式。

在典型用例中,使用 AutoMLConfig 参数在 featurization 中指定特征化。

继承
builtins.object
FeaturizationConfigMode

构造函数

FeaturizationConfigMode()

属性

Auto

Auto = 'auto'

Customized

Customized = 'customized'

Off

Off = 'off'