Skip to content
Discussion options

You must be logged in to vote

You can well use GNNs for this. The main question is how you wanna deal with "empty" features:

  • You can use a shallow embedding to learn a node feature representation (via torch.nn.Embedding)
  • You can just interpret missing features as torch.ones(num_nodes, 1)

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@RENEK-bool
Comment options

@rusty1s
Comment options

@RENEK-bool
Comment options

Answer selected by RENEK-bool
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants