-
Greetings, I have been following this Link Prediction Notebook tutorial for my own custom dataset. The dataset looks like this: -
and the prepared model looks like this: -
I want to perform link prediction only on 1 edge, that is, Error:
I tried debugging but wasn't able to resolve the error. Any idea where to look at to resolve this or what steps to follow to identify the mistake? Any help would be greatly appreciated. Thanks. Best, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Can you run |
Beta Was this translation helpful? Give feedback.
Can you run
data.validate()
to see if your data is correctly formatted?