Skip to content
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

Link prediction algorithms #605

Open
yecol opened this issue Jul 27, 2021 · 1 comment
Open

Link prediction algorithms #605

yecol opened this issue Jul 27, 2021 · 1 comment
Labels
component:gae enhancement New feature or request warmup Warmup issue for developer

Comments

@yecol
Copy link
Collaborator

yecol commented Jul 27, 2021

It seems all the algos in this category are wrapping common_nbrs.
And we have an implementation of CN on GRAPE.
Please migrate CN on graphscope and implement these algorithms.

@acezen
Copy link
Collaborator

acezen commented Aug 11, 2021

The CN on GRAPE use a mini-batch strategy to pre-write result to save memory. But in GraphScope, all result has to be stored in context, the mini-batch strategy might not be implemented

@acezen acezen added the priority:low Issues in low priority label Nov 16, 2021
@acezen acezen changed the title [NetworkX] Link prediction algorithms Link prediction algorithms May 7, 2022
@acezen acezen removed their assignment May 7, 2022
@acezen acezen added component:gae enhancement New feature or request warmup Warmup issue for developer and removed priority:low Issues in low priority labels May 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:gae enhancement New feature or request warmup Warmup issue for developer
Projects
None yet
Development

No branches or pull requests

2 participants