-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Add computation and retrieval of batch feature statistics #741
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add computation and retrieval of batch feature statistics #741
Conversation
5567ce1 to
7115066
Compare
|
/test test-end-to-end |
7115066 to
2782cff
Compare
2782cff to
1b52bc2
Compare
|
/lgtm |
|
/test test-end-to-end |
|
/approve |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: khorshuheng, woop, zhilingc 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 |
What this PR does / why we need it:
Resubmission of #612, rebased on master.
This PR adds support for retrieval of batch statistics over data ingested into a feast warehouse store, as proposed in M2 of the Feature Validation RFC.
Note that it deviates from the RFC in the following ways:
This is a bit of a chonky PR, but refer to the attached notebook for how this implementation looks like for a user of Feast.
Does this PR introduce a user-facing change?: