-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to use Numba for a spatial.cKDTree script ? #36
Comments
Thanks for the request. |
@HerveGlz this isn't really related to numba-scipy, but a little while ago I ported part of scikit-learn's KDTree implementation - you can find it here. It's a bit messy, but depending on what usage you want and how keen you are to look through the examples/benchmark scripts it may be enough to cover what you want. |
@jackd Thanks for your message. If I may, your link seems to be dead... Will it be possible to update it ? |
@HerveGlz my bad, had it private. Let me know if you still can't see it. |
@jackd Thanks a lot Jack ! The link works perfectly. I will try to implement your solution in my script and will get back to you. |
Another resource to look at: https://github.com/lmcinnes/pynndescent |
https://github.com/mortacious/numba-kdtree |
Hi all,
I am searching for a way to use Numba so that I can improve a KDTree processing script with scipy.
But it seems that it doesn't work when I apply the procedure from numba-scipy. I wonder if the spatial.cKDTree / spatial.KDTree is implemented within numba-scipy... Is it ?
Is there someone who could give me a hand on it ?
Or have I to compile my script with Cython ?
Thanks in advance,
Warm regards,
Hervé
The text was updated successfully, but these errors were encountered: