parallel work on KNN in python
I have a question, related to parallel work on python
How I can use Processers =1,2,3... on k nearest neighbor algorithm when K=1, 2, 3,.. to find the change in time spent, speedup, and efficiency.
What is the appropriate code for that?
Topic time k-nn preprocessing python efficiency
Category Data Science