Raf Guns

Results 13 issues of Raf Guns

I am building a database, in which one of the tables has a many-to-many relationship to itself. As far as I can see, this is not (yet) possible using `.m2m()`...

enhancement

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

`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

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

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

This is a side-track related to #5. We maintain a [list of all tags](https://github.com/rafguns/wosfile/blob/master/wosfile/tags.py) used in WoS export files, along with some extra information. Do we really need that? In...