Skip to main content
Version: v2.2.1

Feature API

Using FeatureType Enum

from h2o_featurestore.core.entities.feature import FeatureType

Available FeatureType values:

  • FeatureType.AUTOMATIC_DISCOVERY
  • FeatureType.CATEGORICAL
  • FeatureType.COMPOSITE
  • FeatureType.NUMERICAL
  • FeatureType.TEMPORAL
  • FeatureType.TEXT

Feature statistics

Feature can have several feature types:

  • TEXT
  • CATEGORICAL
  • NUMERICAL
  • TEMPORAL
  • COMPOSITE

For feature of type CATEGORICAL, categorical statistics are computed. For feature of type NUMERICAL, numerical statistics are computed.


Feedback