categorical

getml.data.roles.categorical = 'categorical'

Marks categorical ingredients for future features

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

It should be used for all data with no inherent ordering, even if the categories are encoded as integer instead of strings in your provided data set.