Skip to content

Commit

Permalink
update dead link to pyamg (#9640)
Browse files Browse the repository at this point in the history
pyamg.org has moved to github
  • Loading branch information
benlawson authored and jnothman committed Aug 30, 2017
1 parent 0b4c7be commit 38f0996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/modules/clustering.rst
Expand Up @@ -427,7 +427,7 @@ Spectral clustering
:class:`SpectralClustering` does a low-dimension embedding of the
affinity matrix between samples, followed by a KMeans in the low
dimensional space. It is especially efficient if the affinity matrix is
sparse and the `pyamg <http://pyamg.org/>`_ module is installed.
sparse and the `pyamg <https://github.com/pyamg/pyamg>`_ module is installed.
SpectralClustering requires the number of clusters to be specified. It
works well for a small number of clusters but is not advised when using
many clusters.
Expand Down

0 comments on commit 38f0996

Please sign in to comment.