-
Notifications
You must be signed in to change notification settings - Fork 12
Add get_training_input to storage_utils #438
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
Conversation
mkolodner-sc
left a comment
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 Kyle! Did a pass here and left some comments/questions
python/tests/unit/distributed/graph_store/storage_utils_test.py
Outdated
Show resolved
Hide resolved
python/tests/unit/distributed/graph_store/storage_utils_test.py
Outdated
Show resolved
Hide resolved
python/tests/unit/distributed/graph_store/storage_utils_test.py
Outdated
Show resolved
Hide resolved
python/tests/unit/distributed/graph_store/storage_utils_test.py
Outdated
Show resolved
Hide resolved
mkolodner-sc
left a comment
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 Kyle for the work!
python/tests/unit/distributed/graph_store/storage_utils_test.py
Outdated
Show resolved
Hide resolved
python/tests/unit/distributed/graph_store/storage_utils_test.py
Outdated
Show resolved
Hide resolved
python/tests/unit/distributed/graph_store/storage_utils_test.py
Outdated
Show resolved
Hide resolved
python/tests/unit/distributed/graph_store/storage_utils_test.py
Outdated
Show resolved
Hide resolved
svij-sc
left a comment
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 for the work.
Scope of work done
Add server-side util so we can remotely fetch the training input.
Since this is kind of a big PR not adding the client-side equivalent in this one :P
Again this is server-side code, and it's really meant to be called by users.
Where is the documentation for this feature?: N/A
Did you add automated tests or write a test plan?
Updated Changelog.md? NO
Ready for code review?: NO