no output for preformance vector
youssef_gabr12
New Altair Community Member
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
Tagged:
0
Best Answer
-
Hi,
you need to connect the per port of X-Val with your result ports. I would also recommend to connect the exa port of performance with tes inside of x-val.
Best,
Martin
1
Answers
-
Hi,
you need to connect the per port of X-Val with your result ports. I would also recommend to connect the exa port of performance with tes inside of x-val.
Best,
Martin
1 -
thank you
0