Skip to content

Feast v0.1.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@davidheryanto davidheryanto released this 23 Aug 06:22
· 3591 commits to master since this release

This release adds filtering capability when retrieving feature values from Feast Warehouse.

Given the following entity and features names:

entity: person
feature_names:
- age
- height
- address_city
- address_country

This release allows the retrieval of feature values for person entity from Warehouse where address_city = Bandung, as opposed to retrieving all the feature values for all address_city and performing the post-filtering at the client side.

Docker images:

gcr.io/kf-feast/feast-core:0.1.2
gcr.io/kf-feast/feast-serving:0.1.2

Python SDK:

pip install feast==0.1.2