categorical

getml.data.roles.categorical = 'categorical'

Marks categorical 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, even if the categories are encoded as integer instead of strings in your provided data set.