Skip to content

Commit 4329826

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent cf4d8b6 commit 4329826

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

machine_learning/approx_nearest_neighbours.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
https://en.wikipedia.org/wiki/Nearest_neighbor_search#Approximate_nearest_neighbor
44
55
ANN search finds "close enough" vectors instead of the exact nearest neighbor,
6-
which makes it much faster for large datasets.
6+
which makes it much faster for large datasets.
77
This implementation uses a simple **random projection hashing** method.
88
99
Steps:

0 commit comments

Comments
 (0)