what is the KNN prediction algorithm?
what is a decision boundary?
its’ where the KNN algorithm will change it’s answer.
can sometimes misclassify since it classifies based off probabilities
what is the relationship betweenthe choice of K and the model flexibility?
the lower the K, the higher the flexibility
whats the best way to evaluate model accuracy?
percent of correctly classifed predictions
for error rate, percent of missclassified predictions