-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
FeatureStore.multi_get_tensor
implementation
#4853
Conversation
FeatureStore.multi_get
implementationFeatureStore.multi_get_tensor
implementation
for more information, see https://pre-commit.ci
Codecov Report
@@ Coverage Diff @@
## master #4853 +/- ##
=======================================
Coverage 82.80% 82.80%
=======================================
Files 329 329
Lines 17699 17713 +14
=======================================
+ Hits 14655 14668 +13
- Misses 3044 3045 +1
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks!
Implements a
multi_get
interface forFeatureStore
and adjustsNeighborLoader
to use this interface to enable batching requests to the feature store bygroup_name
.