In the python code of this article, there is some output called “Predicted Class of the datapoint” . What does it mean? For example, via running KNN codes in a data set I am having output :
With 1 Nearest Neighbour
Predicted Class of the datapoint = 7.7954965e-08
Nearest Neighbour of the datapoints = [203]
With 3 Nearest Neighbours
Predicted class of the datapoint = 7.7954965e-08
Nearest Neighbours of the datapoints = [203, 136, 362]
What does Predicted Class of the datapoint mean here?
I ain’t understanding what does it interpret?
1 post - 1 participant