Hi
Â
I have created a KNN model and a Naive Bays model using my training data. Now I want to compare them using ROC curve and test data, but the problem is my label attribute is polynominal and ROC curve just support binominal !
Â
Is there any way to solve such problem ?
Â
TNX