categoryEncodingMethod property
Categorical feature encoding method. Possible string values are:
- "ENCODING_METHOD_UNSPECIFIED" : Unspecified encoding method.
- "ONE_HOT_ENCODING" : Applies one-hot encoding.
- "LABEL_ENCODING" : Applies label encoding.
- "DUMMY_ENCODING" : Applies dummy encoding.
Implementation
core.String? categoryEncodingMethod;