Feature Generation String

Base String Feature Generation

_BaseStringFeature

Base string feature transformer class.

SplitExtract

Create new columns based on split strings.

Extract

Create new object columns based on substrings.

StringContains

Create new binary columns.

StringLength

Create new columns based on the length of its elements.

LowerCase

Convert the selected columns to lower case.

UpperCase

Convert the selected columns to upper case.