Feature view
Feature views
driver_stats_fv = FeatureView(
name="driver_activity",
entities=["driver"],
features=[
Feature(name="trips_today", dtype=ValueType.INT64),
Feature(name="rating", dtype=ValueType.FLOAT),
],
batch_source=BigQuerySource(
table_ref="feast-oss.demo_data.driver_activity"
)
)Feature views without entities
Feature
[Alpha] On demand feature views
Last updated
Was this helpful?