We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a71618f commit 1aa9055Copy full SHA for 1aa9055
1 file changed
machine_learning/k_nearest_neighbours.py machine_learning/k_nearest_neighbors.pymachine_learning/k_nearest_neighbours.py renamed to machine_learning/k_nearest_neighbors.py
@@ -1,5 +1,5 @@
1
"""
2
-k-Nearest Neighbours (kNN) is a simple non-parametric supervised learning
+k-Nearest Neighbors (kNN) is a simple non-parametric supervised learning
3
algorithm used for classification. Given some labelled training data, a given
4
point is classified using its k nearest neighbours according to some distance
5
metric. The most commonly occurring label among the neighbours becomes the label
0 commit comments