You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The prediction part is fairly straightforward, howver the evaluation part is terribly convoluted. Much of the heavy lifting is done by the LinkPred object. I can think of two steps:
Make LinkPred easier to use. For instance:
It should be possible to just call LinkPred() without any arguments.
It supposes that the training and test networks still have to be read from a file, which is unlikely if used within Python
The prediction part is fairly straightforward, howver the evaluation part is terribly convoluted. Much of the heavy lifting is done by the
LinkPredobject. I can think of two steps:LinkPredeasier to use. For instance:LinkPred()without any arguments.