Skip to content

featurebyte.Feature.update_feature_type

update_feature_type(
feature_type: Union[FeatureType, str]
)

Description

Update feature type of feature.

Parameters

  • feature_type: Union[FeatureType, str]
    Feature type to be updated.

Examples

>>> feature = catalog.get_feature("InvoiceCount_60days")
>>> feature.update_feature_type("numeric")