/Machine-Learning---Learning

Nearest Neighbor is a simple algorithm that stores all available cases and classifies new cases based on a similarity measure. Using a non-parametric technique means that no parameters are set at the start.

Primary LanguagePython

Watchers