lmcinnes/umap

HNSW support

Open

#213 geöffnet am 25. März 2019

Auf GitHub ansehen
 (3 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (751 Forks)batch import
help wanted

Repository-Metriken

Stars
 (6.478 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 12h 3m) (15 gemergte PRs in 30 T)

Beschreibung

Just curious if the HNSW algorithm is amenable to use in this project? Probably not directly because I see you are jitting in the distance metric but curious if it is worth a look into that algorithm for the nn search vs random projections? It is consistently the top performing algorithm on the ann shootout and I was wondering if the performance of UMAP is significantly impacted by the NN component and if so would incorporating HNSW make a meaningful difference?

Contributor Guide