KNeighbors Classifier
This module belongs to the " Machine Learning algorithms" category .
Last updated
This module belongs to the " Machine Learning algorithms" category .
Last updated
This module is a parameterizable and trainable KNeighbors classification model and outputs a KNeighbors trainable model.
As algorithms , we may choose between:
auto
ball_tree
kd_tree
brute
and as a metric , we may choose one out of the 4 types from the dropdown:
Euclidian
Chebyshev
Manhattan
Minkowski.