Feature API
Using FeatureType Enum
- Python
from h2o_featurestore.core.entities.feature import FeatureType
Available FeatureType values:
FeatureType.AUTOMATIC_DISCOVERYFeatureType.CATEGORICALFeatureType.COMPOSITEFeatureType.NUMERICALFeatureType.TEMPORALFeatureType.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
- Submit and view feedback for this page
- Send feedback about H2O Feature Store to cloud-feedback@h2o.ai