Bigraph icon indicating copy to clipboard operation
Bigraph copied to clipboard

Bipartite-network link prediction in Python

Results 6 Bigraph issues
Sort by recently updated
recently updated
newest added

Better to use templates for the dumper

It's better to use this module for the algorithms' base class

Inherit from one superclass

- Dump the outputs as a json file - A separate class for the dumper

Rename to a proper one

Hi, In evaluation.py, you define the function `evaluate` twice with different arguments. And yet, Python does not support function overloading. Here are your declarations: ``` def evaluate(G: object, k: int...