Merge pull request #86 from benedekrozemberczki/patch-1

Added KarateClub
This commit is contained in:
François Briatte 2020-02-17 07:46:37 +01:00 committed by GitHub
commit 9ccb099b64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -628,6 +628,7 @@ __Note:__ searching for @ will return all Twitter accounts listed on this
- [graph-tool](http://graph-tool.skewed.de/) - Python module for network manipulation and analysis, written mostly in C++ for speed.
- [graphviz](https://pypi.python.org/pypi/graphviz) - Python renderer for the DOT graph drawing language.
- [hiveplot](https://pypi.python.org/pypi/hiveplot) - Python utility for drawing networks as hive plots on matplotlib, a more comprehensive network visualization.
- [karateclub](https://github.com/benedekrozemberczki/karateclub) - Python package for unsupervised learning on graph structured data with a scikit-learn like API.
- [linkpred](https://github.com/rafguns/linkpred) - Assess the likelihood of potential links in a future snapshot of a network.
- [metaknowledge](http://networkslab.org/metaknowledge/) - Python package to turn bibliometrics data into authorship and citation networks.
- [networkx](http://networkx.github.io/) - Python package for the creation, manipulation, and study of the structure, dynamics, and functions of complex networks.