/KNN-Basic-Algorithm

I have put together a basic K-Nearest-Neighbor algorithm in python3. Using a Movies dataset, this program will classify the 5 closest movies with the attributes MovieBudget, runtime and year of release.

Primary LanguagePython

No issues in this repository yet.