Releases: bi-graph/Bigraph
Releases · bi-graph/Bigraph
Bipartite link prediction
This package is a complementary assistant to and on top of networkx. In order to apply the graph algorithms to bipartite graph link prediction, you need to implement techniques by yourself. Therefore, I felt it useful to fulfill this gap for you guys and the following items are some of the implemented techniques:
-
Prediction
- Preferential attachment
- Adamic Adar
- Jaccard
- Common neighbors
- Katz
-
Evaluation
- Splitting train and test sets
- K-Fold cross validation
-
Output
- Exports the results of the mentioned algorithms to the predictions directory in csv format