Did you know that #sklearn pipelines that rely on k-nearest neighbors graph computation can swap the built-in exact neighbors search by an accelerated third-party method such as the one implemented with #numba in the #PyNNDescent project?
https://pynndescent.readthedocs.io/en/latest/pynndescent_in_pipelines.html
#Sklearn #Numba #pynndescent #PyData #machinelearning #Python