Infer features for on demand feature views, support multiple output features - #1845
Conversation
Signed-off-by: Achal Shah <achals@gmail.com>
Codecov Report
@@ Coverage Diff @@
## master #1845 +/- ##
==========================================
+ Coverage 84.52% 84.84% +0.32%
==========================================
Files 90 91 +1
Lines 6837 6924 +87
==========================================
+ Hits 5779 5875 +96
+ Misses 1058 1049 -9
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Signed-off-by: Achal Shah <achals@gmail.com>
Signed-off-by: Achal Shah <achals@gmail.com>
Signed-off-by: Achal Shah <achals@gmail.com>
Signed-off-by: Achal Shah <achals@gmail.com>
Signed-off-by: Achal Shah <achals@gmail.com>
Signed-off-by: Achal Shah <achals@gmail.com>
Signed-off-by: Achal Shah <achals@gmail.com>
Signed-off-by: Achal Shah <achals@gmail.com>
Signed-off-by: Achal Shah <achals@gmail.com>
adchia
left a comment
There was a problem hiding this comment.
Nice! Looks like there is some weird rebasing that happened re the README
| ValueType.DOUBLE: "float", | ||
| ValueType.BYTES: "bytes", | ||
| ValueType.BOOL: "bool", | ||
| ValueType.UNIX_TIMESTAMP: "Timestamp", |
There was a problem hiding this comment.
is this a pandas type? couldn't find documentation for Timestamp
There was a problem hiding this comment.
oops - I think this is a protobuf type. Fixing.
| odfv_feature_refs = defaultdict(list) | ||
| for feature_ref in feature_refs: | ||
| view_name, feature_name = ( | ||
| feature_ref.split(":")[0], |
There was a problem hiding this comment.
nit: view_name, feature_name = feature_ref.split(":") I tihnk should work
This is a precommit hook that ran on the README. my guess is that it was added after the README changes were committed and it wasn't run on all existing files. |
Signed-off-by: Achal Shah <achals@gmail.com>
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: achals, adchia The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Signed-off-by: Achal Shah achals@gmail.com
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #
Does this PR introduce a user-facing change?: