featurebyte.FeatureType¶
class FeatureType( )
Description¶
The FeatureType enum class provides a way to represent different types of feature for modeling.
Possible Values¶
- CATEGORICAL
The FeatureType enum class provides a way to represent different types of feature for modeling. - NUMERIC
The FeatureType enum class provides a way to represent different types of feature for modeling. - TEXT
The FeatureType enum class provides a way to represent different types of feature for modeling. - DICTIONARY
The FeatureType enum class provides a way to represent different types of feature for modeling. - EMBEDDING
The FeatureType enum class provides a way to represent different types of feature for modeling. - TIMESTAMP
The FeatureType enum class provides a way to represent different types of feature for modeling. - OTHERS
The FeatureType enum class provides a way to represent different types of feature for modeling.