Implementation of KNN algorithm in Python 3
Stars
45
Forks
35
Watchers
45
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
10
commits
3
commits
Bug fix: Clear the list of distances before reuse in knn method
80a2f15View on GitHubRemove unnecessary input, imports, variables and fix input mode by files only
df6a4b4View on GitHubAdd functionality to use other data sets, Update README.
29fa18dView on GitHubAdd test file, User input for multiple test instances
9bfe806View on GitHubUpdate main.py to change get_classes and find_euclidean_distance
22aed86View on GitHubUpdate main.py, modify load_data_set to simplify operations
e6f5f4cView on GitHub