Problem with Multiclass (Polynomial) and ROC curve


unable to make Multiclass (Polynomial) Classification with SVM !!! How to Plot multiclass ROC curve?
Tagged:
0
Best Answer
-
varunm1 Moderator, Member Posts: 1,207
Unicorn
Are you getting any error when you use this operator? Can you provide your XML code?
ThanksRegards,
Varun
https://www.varunmandalapu.com/Be Safe. Follow precautions and Maintain Social Distancing
6
Answers
Regular SVM cannot handle Polynomial labels, there is an operator called polynomial to binomial classification which can be used for this or you can use SVM (libSVM) algorithm for polynomial classification. ROC curves are plotted only for binomial classifications.
Varun
https://www.varunmandalapu.com/
Be Safe. Follow precautions and Maintain Social Distancing