-
Hi, data = Data(edge_attr=[100], edge_index=[2, 100], x=[50, 10]) After using the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Great question. |
Beta Was this translation helpful? Give feedback.
Great question.
train_test_split_edges
currently can not handle edge features. Part of the reason why we ignore edge features here is that it's impossible for us to infer how one would create edge features for negative samples. I agree though that mappingedge_attr
to positive edges is important. Please let me know if you have any interest in integrating this :)