KNeighbors Regressors

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

This module is a parameterizable and trainable KNeighbors regressor 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.

Last updated