Accuracy issue in knn

I have taken k value like 17, 15, 19 but max accuracy is 69% at k=19 only how to increase it?

Hey @Jan19LPN0013, for k=13 and k=15 you should get higher accuracy like 78 79%, recheck your code once again.

sir, here is my code:-https://ide.codingblocks.com/s/230024
i have normalized both train and test data still getting 69% of accuracy on k=19

Hey @Jan19LPN0013, you need not to normalize the data in this case. It will decrease the accuracy. Use k = 13, and 15 using complete training data.

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.