Type Alias FeatureType

FeatureType: "categorical" | "numeric" | "date" | "freetext"

The default feature type based on the feature's data type. If you want a value to be interpreted differently (e.g. 0/1 as categorical/boolean instead of numeric), use changeType.