/Vanilla-kNN

Implementation of k-Nearest Neighbors algorithm using vanilla python3.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Vanilla-k-NN

Implementation of k-Nearest Neighbors algorithm using vanilla python3 with minimum(read: one) external library.