pavlin-policar / openTSNE

Extensible, parallel implementations of t-SNE
https://opentsne.rtfd.io
BSD 3-Clause "New" or "Revised" License
1.44k stars 158 forks source link

HNSW not mentioned in docstring #171

Closed dkobak closed 3 years ago

dkobak commented 3 years ago

Docstring here https://github.com/pavlin-policar/openTSNE/blob/master/openTSNE/tsne.py#L1067 should mention HNSW but apparently doesn't. So it does not get mentioned on readthedocs.

pavlin-policar commented 3 years ago

Hmm, it seems like we overlooked this when merging the HNSW PR. Good catch!