Skip to content

Commit be7c6bd

Browse files
committed
Merge pull request #14 from AllanLRH/master
Fixed README.rst link to "Python vs Java"-notebook in nbviewer
2 parents c5b834d + 919164b commit be7c6bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Performance
5252
-----------
5353

5454
Significant effort has been put into making the hdbscan implementation as fast as
55-
possible. It is `orders of magnitude faster than the reference implementation <https://nbviewerjupyter.org/github/lmcinnes/hdbscan/blobmaster/notebooks/Python%20vs%20Java.ipynb>`_ in Java,
55+
possible. It is `orders of magnitude faster than the reference implementation <http://nbviewer.jupyter.org/github/lmcinnes/hdbscan/blob/master/notebooks/Python%20vs%20Java.ipynb>`_ in Java,
5656
and is currently faster than highly optimized single linkage implementations in C and C++.
5757
`version 0.6 performance can be seen in this notebook <http://nbviewer.jupyter.org/github/lmcinnes/hdbscan/blob/master/notebooks/Benchmarking%20scalability%20of%20clustering%20implementations-v0.6.ipynb>`_ .
5858
In particular `performance on low dimensional data is better than sklearn's DBSCAN <http://nbviewer.jupyter.org/github/lmcinnes/hdbscan/blob/master/notebooks/Benchmarking%20scalability%20of%20clustering%20implementations%202D%20v0.6.ipynb>`_ ,

0 commit comments

Comments
 (0)