Why do RandomLinkSplit and RandomNodeSplit have different types of outputs? #7658
meredith-martz
started this conversation in
General
Replies: 1 comment 1 reply
-
I agree, it‘s sadly not consistent. In general, it is preferred to only have one |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a reason that RandomNodeSplit adds
train_mask
,val_mask
andtest_mask
attributes to the Data object whereas RandomLinkSplit returns three different subgraphs? It is confusing as the end user that the calling behavior is different for the two functions. I would expect it to be consistent across the two methods.Beta Was this translation helpful? Give feedback.
All reactions