airbnb / chronon

Chronon is a data platform for serving for AI/ML applications.
Apache License 2.0
746 stars 53 forks source link

[Feature Request] Create a Python FeatureFetcher #865

Open vlin-lgtm opened 1 month ago

vlin-lgtm commented 1 month ago

Currently, there is a Java FeatureFetcher library which can be used directly in ML applications or be hosted in a standalone service. However, many ML applications are written in Python, and hence it is important to have a Python library to directly fetch features online.

Other alternatives considered: