Python: K Nearest Neighbor
K Nearest Neighbor (Knn) is a classification algorithm. It falls under the category of supervised machine learning. It is supervised machine learning because the data set we are using to "train" with contains results (outcomes). It is easier to show you what I mean. This data set contains 42 student test score (Score) and whether or not they were accepted (Accepted) in a college program.
May-20-2016, 16:25:43 GMT
- Technology: