From 1cc5200ebca8320e8d2642b01f25fc6dcae49099 Mon Sep 17 00:00:00 2001 From: Alex Loftus Date: Fri, 2 Apr 2021 12:45:18 -0400 Subject: [PATCH] Update README.md Fix broken link in graspologic --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ab3b317..487bbf5 100755 --- a/README.md +++ b/README.md @@ -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 - [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. -- [GraSPy](https://github.com/neurodata/graspy) - Python package for statistical algorithms, models, and visualization for single and multiple networks. - - [Tutorials on algorithms and models](https://graspy.neurodata.io/tutorial.html). +- [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://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. - [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.