The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Problem with Multiclass (Polynomial) and ROC curve
MunchCrunch19
Member Posts: 23 Learner III
unable to make Multiclass (Polynomial) Classification with SVM !!! How to Plot multiclass ROC curve?
Tagged:
0
Best Answer
-
varunm1 Member Posts: 1,207 UnicornAre 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