-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
good first issueGood for newcomersGood for newcomerskind/featureNew feature or requestNew feature or requeststarter-ticketGood starter ticketsGood starter tickets
Description
Is your feature request related to a problem? Please describe.
Feast should create an extra to support PyTorch tensors as a first-class citizen.
Describe the solution you'd like
# Fetch features from Feast
feature_vector = feature_store.get_online_features(
entity_rows=[entity_row],
features=self.feature_refs
).to_tensor(kind='torch') # default is torch, could support Tensorflow later
Describe alternatives you've considered
N/A
Additional context
N/A
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomerskind/featureNew feature or requestNew feature or requeststarter-ticketGood starter ticketsGood starter tickets