Other KNN Algorithms #38
Labels
big project
Significant work from both coding and scientific perspective
decision
Decide how to proceed with this
enhancement
New feature or request
optional
Not really crucial, and also not very important.
wanted feature
We want this!
In most cases more than 90% of runtime is spent within the knn algorithm.
Therefore it may be worth looking into other knn implementations.
Here is a list with various algorithms with python interfaces.
http://ann-benchmarks.com/
https://github.com/erikbern/ann-benchmarks
In particular this one
https://github.com/nmslib/hnsw
might be of interest.
We will likely need a Julia wrapper which should be it's on package.
Maybe somehow connected to
NearestNeighbors.jl
?Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: