benedekrozemberczki / karateclub

Karate Club: An API Oriented Open-source Python Framework for Unsupervised Learning on Graphs (CIKM 2020)
https://karateclub.readthedocs.io
GNU General Public License v3.0
2.16k stars 247 forks source link

Documentation: Relationship with CDLib #63

Closed BradKML closed 3 years ago

BradKML commented 3 years ago

It is known that https://github.com/GiulioRossetti/cdlib exists for the heavy inclusion of Community Detection algorithms:

Are there any relations or collaborations between these two repos to compensate for algorithm incompleteness?

Also other discussions: https://github.com/GiulioRossetti/cdlib/issues/147

benedekrozemberczki commented 3 years ago

Hi Brandon, what do you mean?

BradKML commented 3 years ago

The current models included in KarateClub do not include some of the other Community Detection algorithms/models and Evaluation metrics implemented by CDLib, having a more streamlined solution that includes the use of NetworkX and/or iGraph (since iGraph is "faster" with C) would be very useful.