Update README.md

Fix broken link in graspologic
This commit is contained in:
Alex Loftus 2021-04-02 12:45:18 -04:00 committed by GitHub
parent b809f4aea4
commit 1cc5200ebc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -628,8 +628,8 @@ __Note:__ searching for @ will return all Twitter accounts listed on this
- [dash-cytoscape](https://github.com/plotly/dash-cytoscape) - Interactive network visualization library in Python, powered by Cytoscape.js and Dash - [dash-cytoscape](https://github.com/plotly/dash-cytoscape) - Interactive network visualization library in Python, powered by Cytoscape.js and Dash
- [graph-tool](http://graph-tool.skewed.de/) - Python module for network manipulation and analysis, written mostly in C++ for speed. - [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. - [graphviz](https://pypi.python.org/pypi/graphviz) - Python renderer for the DOT graph drawing language.
- [GraSPy](https://github.com/neurodata/graspy) - Python package for statistical algorithms, models, and visualization for single and multiple networks. - [graspologic](https://github.com/microsoft/graspologic) - Python package for statistical algorithms, models, and visualization for single and multiple networks.
- [Tutorials on algorithms and models](https://graspy.neurodata.io/tutorial.html). - [Tutorials on algorithms and models](https://graspologic.readthedocs.io/en/latest/).
- [hiveplot](https://pypi.python.org/pypi/hiveplot) - Python utility for drawing networks as hive plots on matplotlib, a more comprehensive network visualization. - [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. - [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. - [linkpred](https://github.com/rafguns/linkpred) - Assess the likelihood of potential links in a future snapshot of a network.