hummingbird icon indicating copy to clipboard operation
hummingbird copied to clipboard

Add support for more algorithms in Sklearn KNeighbors classifier

Open scnakandala opened this issue 5 years ago • 0 comments

The current Sklearn KNeighbors classifier supports only the brute force method. It would be interesting to explore whether we can support kd-tree and ball-tree methods.

scnakandala avatar Sep 21 '20 03:09 scnakandala