feast-dev/feast

Returned feature vector when on demand feature views are specified output dependent features

Open

#1.999 geöffnet am 4. Nov. 2021

Auf GitHub ansehen
 (4 Kommentare) (0 Reaktionen) (1 zugewiesene Person)Python (896 Forks)batch import
Community Contribution Neededcriticalgood first issuekeep-openkind/bugpriority/p2

Repository-Metriken

Stars
 (5.029 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 8T 20h) (55 gemergte PRs in 30 T)

Beschreibung

When specifying on demand feature views at retrieval time (e.g. get_X_features), the output feature vectors include e.g. request data or dependent feature vectors, even if users did not specify said features.

Expected Behavior

Non-specified dependent feature values are not returned in output

Current Behavior

Non-specified dependent feature values are in output

Steps to reproduce

Specifications

  • Version:
  • Platform:
  • Subsystem:

Possible Solution

Contributor Guide