FeatureType#

Overview#

The type of the feature.

  • continuous: A continuous numeric value. (e.g. Temperature or humidity)

  • nominal: A numeric or string value with no ordering. (e.g. The name of a fruit)

  • ordinal: A nominal numeric value with ordering. (e.g. Rating scale, 1-5 stars)

type:

string

enum:

continuous | ordinal | nominal