Spam Detection Using ML Algorithms - Part 2
Spam Detection Using ML Algorithms - Part 2
K nearest neighbours
When a new document needs to be categorised, kNN tries to find the k
nearest neighbours (most similar documents) in the training dataset.
Comparison of Algorithms