i tried with different k values but none resulted in more than 79
How to improve the score more than 79?
Hello @soumyansh,
kNN is a very simple and very basic benchmark algorithm. There aren’t much tuning you can do to get better results with kNN, just the k
and distance function
. Also, 79 is a great score considering kNNs, hence, if you really want to increase your score, try other algorithms.
Happy Learning
Thanks
@Manu-Pillai-1566551720093198 Thanks Mannu , however when i have seen the leader board ppl have much higher score , so was just wondering , how did they achieve the same.