GraphScope icon indicating copy to clipboard operation
GraphScope copied to clipboard

feat(learning): feature_store & graph_store V1

Open Yi-Eaaa opened this issue 1 year ago • 5 comments

What do these changes do?

Step 1: Implement GraphScope-based PyG Remote Backend and complete the end-to-end integration of GraphScope and PyG. (Finished) Step 2: Get data from the Server through PyG Remote Backend and support sampling on the Client side. (Finished)

Related issue number

PyG Remote Backend Based on GraphScope #3739

Yi-Eaaa avatar Sep 18 '24 07:09 Yi-Eaaa

Thanks for submitting your first pull request! You are awesome! 🤗 Please make sure you have signed the CLA, as this is a mandatory check before a PR being merged. Welcome to the GraphScope community! 🎉 You can meet the community on DingTalk or Slack.

welcome[bot] avatar Sep 18 '24 07:09 welcome[bot]

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Sep 18 '24 07:09 CLAassistant

@Yi-Eaaa Could you make sure that the PR-Check has passed?

Zhanghyi avatar Sep 20 '24 12:09 Zhanghyi

Please check the preview of the documentation changes at https://1ecdb51f.graphscope-docs-preview.pages.dev

github-actions[bot] avatar Sep 23 '24 11:09 github-actions[bot]

Codecov Report

Attention: Patch coverage is 0% with 6 lines in your changes missing coverage. Please review.

Project coverage is 61.08%. Comparing base (95a3d1e) to head (8272495). Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
python/graphscope/client/session.py 0.00% 6 Missing :warning:
Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##             main    #4237       +/-   ##
===========================================
+ Coverage   34.33%   61.08%   +26.74%     
===========================================
  Files         126      126               
  Lines       13235    13241        +6     
===========================================
+ Hits         4544     8088     +3544     
+ Misses       8691     5153     -3538     
Files with missing lines Coverage Δ
python/graphscope/client/session.py 67.39% <0.00%> (+8.77%) :arrow_up:

... and 58 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 95a3d1e...8272495. Read the comment docs.

codecov-commenter avatar Sep 27 '24 09:09 codecov-commenter