API Reference / algorithms /

neighbors/

Neighbor-based (instance-based) algorithms.

This module provides classifiers and regressors that make predictions based on similarity to training instances.

Algorithms

  • KNearestNeighborsClassifier: k-Nearest Neighbors classifier.

Packages


Modules