Closed wangz10 closed 11 months ago
Can you be more specific of what does inductive setting mean?
@classicsong In inference time of inductive setting, there are new/unseen nodes from the training graph. The link-prediction model is tasked to predict links 1) between an unseen node and a seen node; or 2) between two unseen nodes.
Can we close this @wangz10
Currently the link-prediction split is done by randomly splitting all the edges. We need an option to hold out nodes and their links in test set for inductive setting.