-
Hi @rusty1s, @EdisonLeeeee |
Beta Was this translation helpful? Give feedback.
Answered by
rusty1s
Mar 16, 2023
Replies: 1 comment 1 reply
-
For these, you need to create node features on your own. The most common one is to use node degree as features, e.g., via |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
AdarshMJ
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For these, you need to create node features on your own. The most common one is to use node degree as features, e.g., via
transforms.OneHotDegree
.