linkpred icon indicating copy to clipboard operation
linkpred copied to clipboard

Make linkpred easier to use from within Python

Open rafguns opened this issue 9 years ago • 0 comments

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:

  1. 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
    • Preprocessing is hard to control exactly.
  2. Simplify the whole evaluation part. See #3.

rafguns avatar May 13 '16 08:05 rafguns