feast-dev/feast

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

开放

#1,999 创建于 2021年11月4日

 (4 条评论) (0 个反应) (1 位负责人)Python (896 个派生)batch import
Community Contribution Neededcriticalgood first issuekeep-openkind/bugpriority/p2

仓库指标

星标
 (5,029 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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

贡献者指南