Leland McInnes

Results 492 comments of Leland McInnes

If it can fix a pyspark issue that's definitely a good thing since it is a relatively small change. I would want to ensure that this all plays nice with...

Assuming you are only ever querying each index once for a small number of points, and assuming the number of samples in each index is not that large, then you...

It looks like an issue somewhere in the interactions of numba, numpy and (presumably) numpy's addition of type signature information which is fairly new. I'm not sure there is an...

Digging in a little more; currently numba does not support numpy >= 1.21, so things are potentially just going to break. It seems highly likely they will fix that in...

So I have a workaround that may get you past this particular issue. It's not pretty, but it should do the job. In ``umap/distances.py`` there is a function definition: ```python...

This is an issue with numba caching having issues saving / loading compiled versions of functions. Are you running on colab by any chance? I cannot reproduce this issue except...

I wish I had better answers, but this very much seems to be an issue with cloud services, and how they actually back their "local" storage which is used for...

What data type is ``all_face_encodings``? I feel like this should work, but it isn't exactly clear to me whart is getting handed to NNDescent, so it is hard to judge...

I think I understand. You should not be getting the error you are getting, but it is entirely unclear to me where the error actually is. Is it possible for...