kglab icon indicating copy to clipboard operation
kglab copied to clipboard

Add support for python-igraph

Open ceteri opened this issue 5 years ago • 2 comments

  1. Extend the Subgraph class to add support for python-igraph.

  2. Add a notebook to show example uses of igraph in comparison with networkx.

  3. Integrate use of leidenalg based on igraph support.

  • ask @colinmegill for example use cases

ceteri avatar Dec 19 '20 20:12 ceteri

Notebooks: https://github.com/pol-is/notebooks Data: https://github.com/pol-is/openData

colinmegill avatar Dec 20 '20 00:12 colinmegill

Thank you @colinmegill!

Would it help to accelerate the leiden algorithm on GPUs? There's an impl in the RAPIDS version of networkx

ceteri avatar Dec 20 '20 02:12 ceteri