In tutorial 6 if we use the randomlinksplit how does train_pos_edge_index get handled later in the code?
Does this line become:
train_pos_edge_index = train_data.edge_index.to(device) ?
And how is the test function redefined? If we don't have pos edges nor neg edges, then can you describe what happens to the test function?