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

How would I predict the embedding vector of a new, unseen node with hinSAGE? #2090

Open
Boraly opened this issue May 9, 2023 · 0 comments
Open

Comments

@Boraly
Copy link

Boraly commented May 9, 2023

I have a big graph with 7 different node types and 3 different edge types. I used hinSAGE to get an embedding of one node type with the other node types as neighbours information. Now I want to predict the embedding of a new, unseen node that has edges to exisiting nodes in the training graph. How would I predict the embedding vector?
Do I have to add the new node into the exisiting graph and use the model on the whole graph? How would I then specifically extract the vector for the new node?

Thank you in advance!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant