Hi, I'm working with the data which has about 1220 samples. My data label has more than 2 categories. I want to train and test about 4 Predictive Model like Decision Tree and Naive Bayes. I need to confusion matrix and ROCs of these models. But ROC can only apply on the label with 2 categories. Here are my questions:
1- How can I use a cross-validation operator to training and testing models?
2- How can I produce ROCs for these models?
I read some articles about data with the label more than 2 categories. (for example, please google
ROC for Multiclass Implementation in Rapid Miner kaggle)I even used the XML of the about sample to learn, but in the end, I couldn't solve my problem. In fact, I don't know what operators are useful to solve my problem.
Thanks for your answer.