I tried to make a knn model for my data set and the output dosen't contain the performance vector I only get my dataset table and the knn classifcations but there is no preformance measure in the output
I want to calculate my employee attrition using their 34 regular attributes their label is attrition can be (yes/no)
my k in knn is 5
my cross validation


