linkpred icon indicating copy to clipboard operation
linkpred copied to clipboard

Easy link prediction tool

Results 13 linkpred issues
Sort by recently updated
recently updated
newest added

- [x] Move CI to Github actions - [x] Test with newer Python versions - [ ] Test with newer package versions

I have decided to put linkpred in maintenance mode. Here's some information on what that means as well as the reasons behind this decision. **What can you expect?** I will...

I don't think I understand the "universe" term that is used as params, or how do I choose it in linkpred/evaluation/static/StaticEvaluation() also in EvaluationSheet() , you stated that this param...

https://github.com/rafguns/linkpred/blob/ae7adc8147204e8d0564df72d33e486df62dab50/linkpred/predictors/neighbour.py#L28 in AdamicAdar i got ZeroDivisionError : floar division by zero Any idea on how to fix this ? Thank you ![Capture](https://user-images.githubusercontent.com/61389777/92954022-a32b9d80-f45a-11ea-9601-2df12fead565.PNG)

`sklearn.metrics` is in a way much simpler, using plain fuctions. Can we do something analogous or even depend on scikit-learn for stuff like ROC, recall-precision etc.?

enhancement

Hi, I used this library and what i wanna really do is to load a large graph and use `simrank` for link prediction, but i get the following error: ```bash...

At the moment, the listeners in `linkpred.evaluation.listeners` use fixed file names (well, they change, depending on dataset, predictor and time stamp, but it's not really possible to specify your own...

enhancement

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:...

enhancement

We should give a full standalone code example in the README, including evaluation. Spinoff from #12. The example I gave there is this (slightly reworked to take advantage of a7121f8):...

documentation