Hi, I am looking for a sample code of a node classification task that does inference for an unseen node X. X doesn't exist at training time.
the unseen node X will be connected with a subset of seen nodes and another set of unseen nodes as well at the inference time.
I can not find a sample code for that in your provided code.