issues
search
lmcinnes
/
pynndescent
A Python nearest neighbor descent for approximate nearest neighbors
BSD 2-Clause "Simplified" License
897
stars
105
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Remove EOL python versions and add 3.12
#249
gclendenning
closed
1 week ago
0
how to create a plot for HNSW
#248
jianshu93
closed
1 month ago
2
Numba TypingError - too many positional arguments when trying to load saved umap models with v0.5.13
#247
dmyung
opened
2 months ago
1
Updating a compressed index fails with `AttributeError: 'NNDescent' object has no attribute '_neighbor_graph'`
#246
lsorber
opened
3 months ago
2
Speed-up Indexing with custom metrics
#245
akurniawan
opened
3 months ago
1
Add pre-release parameter in pipelines
#244
gclendenning
closed
5 months ago
0
test: load pynndescent_bug_np.npz from relative path
#243
bdrung
opened
5 months ago
0
patch: replace `np.infty` with `np.inf`
#242
FBruzzesi
closed
6 months ago
2
`np.infty` replacement
#241
FBruzzesi
closed
6 months ago
0
Reset distance function in __setstate__
#240
smartIU
closed
6 months ago
1
1 test fails: ZeroDivisionError: division by zero
#239
yurivict
opened
6 months ago
0
Add support for bitpacked vectors with hamming and jaccard
#238
lmcinnes
closed
8 months ago
0
Querying the training set: runtime tradeoff for large k
#237
mmcneill
opened
9 months ago
2
How to navigate pyinstaller
#236
KangarooD
closed
9 months ago
1
pynndescent might break with next numba release
#235
Zethson
closed
9 months ago
3
Reverse diversification is actually forward diversification again
#234
jlmelville
opened
10 months ago
0
TSSS missing a factor of 2
#233
jlmelville
opened
11 months ago
0
true_angular is not a distance?
#232
jlmelville
opened
1 year ago
0
Warn on RP forest degenerescence
#230
hamelin
opened
1 year ago
0
Knob for tweaking maximum random projection tree depth
#229
hamelin
closed
1 year ago
0
Minor bias in split selection?
#228
jlmelville
opened
1 year ago
1
API to save and load index from disk
#227
ksrinivs64
opened
1 year ago
0
Remove caching for functions that take distance metrics as arguments
#226
jakobhansen-blai
closed
1 year ago
1
tests: fix compat with scipy 1.11
#224
Mic92
closed
1 year ago
1
Add python 3.11 and release pipeline
#222
gclendenning
closed
1 year ago
0
Specifying threshold in distance metrics
#221
sky-2002
opened
1 year ago
0
Very high memory usage
#220
fmoralesalcaide
opened
1 year ago
7
Exceedingly large amount of memory usage
#219
fmoralesalcaide
closed
1 year ago
0
Slice error using mac M1-max ARM
#218
thegodone
opened
1 year ago
6
Newest version breaks with UMAP
#217
guyronhuji
opened
1 year ago
3
Tests fail: E SystemError: initialization of _internal failed without raising an exception
#216
yurivict
closed
6 months ago
0
Question about covariance matrix used when using Mahalanobis distance
#215
rchan26
opened
1 year ago
0
Cosine metric - error "Negative values in data passed to precomputed distance matrix"
#214
j-adamczyk
opened
1 year ago
2
uint8 as internal data
#213
Charlyo
opened
1 year ago
1
Sample identifiers for semantic search
#212
j-adamczyk
opened
1 year ago
2
access distances in heap
#211
bobermayer
opened
1 year ago
3
Fix issues with infinite recursion in random projection tree generation
#210
jakobhansen-blai
closed
1 year ago
1
`make_dense_tree()` with `angular=True` can segfault on poorly-behaved datasets
#209
jakobhansen-blai
closed
1 year ago
1
Update tests to fix #207
#208
lmcinnes
closed
1 year ago
0
TypeError: np.matrix is not supported with sklearn 1.2.0
#207
mweinelt
closed
1 year ago
2
Make `spearmanr` a dissimilarity measure
#204
jakobhansen-blai
closed
2 years ago
1
How to have a payload associated with each vector?
#202
habedi
closed
2 years ago
0
Fatal Python error: Segmentation faultFatal Python error: Segmentation fault
#201
dbl001
opened
2 years ago
1
self implemented distance metric
#200
jianshu93
opened
2 years ago
3
Increase test_spearmanr tolerance
#199
ginggs
closed
2 years ago
1
Fix typos in docu
#198
MalteIwanicki
closed
2 years ago
0
Importing pickled index gives error - 'NNDescent' object has no attribute 'shape'
#197
regstuff
opened
2 years ago
1
Question about the "epsilon" parameter in the query function.
#196
Krishnan-9
closed
2 years ago
2
Correlation function needs reconsideration
#195
DipeshNiraula
closed
2 years ago
6
When distance computation is expensive how to gradually build graph
#194
jianshu93
opened
2 years ago
3
Next