I want to classify people according to predictions (determine if the y have diabetes or not). I have used logit regression and KNN. I have the confussion matrix for both but I am not sure which one should I use.
This is the confusion matrix for the KNN
This is the confusion matrix for the logit reg
How should I determine this? Thanks