KNeighbors Classifier

This module belongs to the " Machine Learning algorithms" category .

This module is a parameterizable and trainable KNeighbors classification model and outputs a KNeighbors trainable model.

Parameters

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.

Last updated