How to conduct out-of-sample prediction #5201
Unanswered
MichaelHopwood
asked this question in
Q&A
Replies: 1 comment 6 replies
-
Yes, you should be able to re-use the same node but on a modified graph. For this, you can simply create a new loader that now operates on your new data. Let me know if this helps you get started! |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there an established way to utilize GraphSage's inductive properties to make an inference on a new graph (e.g. the same graph in training but with more nodes added)?
The examples I see in the
examples/
directory utilize an index to cut up a single graph for train & test sets.As a note - I'd want to apply this for either a node classification problem or an unsupervised node embedding problem.
Beta Was this translation helpful? Give feedback.
All reactions