Using RandomLinkSplit + NeighborLoader. #4024
-
To do a link prediction task for heterodata, I want to use both And for now as far as I understand, the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Please see and comment on my newly created issue in #4026, which tries to integrate link-level prediction support to Also note that it is well possible to pass either masks or indices to |
Beta Was this translation helpful? Give feedback.
Please see and comment on my newly created issue in #4026, which tries to integrate link-level prediction support to
NeighborLoader
. I will try to integrate this feature ASAP. Currently, this can only be achieved by making use of some workarounds (also linked in the issue).Also note that it is well possible to pass either masks or indices to
input_nodes
.