Skip to content

Optimize(knn): avoid loops to optimize distance matrix computation

Colas Alexandre requested to merge optimization/1 into main

Numpy is optimized to compute directly with arrays or matrixes. So we should avoid loops that slow down computation.

Merge request reports

Loading