text

getml.data.roles.text = 'text'

Marks text columns.

This role tells the getML engine to include the associated StringColumn during feature learning.

It should be used for all data with no inherent ordering. Unlike cateogorical columns, text columns can not be used as a whole. Instead, the feature learners have to apply basic text mining techniques before they are able to use them.