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

#12 showed that the intended use of `excluded` can be misunderstood. As I write there: > Note that the `excluded` argument to a predictor (`SimRank` in this case) is intended...

enhancement

Our current implementation is based on equations and an algorithm in Antonellis et al. (2008) (see Appendix A and Algorithm 1). While it yields fairly good results, it seems that...

I am getting the undefined error when plotting ROC Curve of an evaluation using the following code: ``` n = len(test) num_universe = n * (n - 1) // 2...