Using GCN on partly labeled (including missing features) graph data #4255
Unanswered
kingasiuta
asked this question in
Q&A
Replies: 1 comment
-
Yes, it can. There exists some recent exciting work to let GNNs operate on graphs with missing features. We try to integrate one of those methods into the library here: #4176 |
Beta Was this translation helpful? Give feedback.
0 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.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to use the framework to make node classification on a large graph that is only partly labeled also in terms of features (i.e., not just the target variable). There are 200k nodes in the network, out of which 20k have features and labels assigned to them. The other ones are simply vertices in the graph that we know nothing about except for the edges that go through them. Can such a network be used for the node classification task in a way that does not result in losing information about the connections within the network?
Beta Was this translation helpful? Give feedback.
All reactions