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

MunchCrunch19MunchCrunch19 Member Posts: 23 Learner III
edited June 2019 in Help
unable to make Multiclass (Polynomial) Classification with SVM !!! How to Plot multiclass ROC curve?
Tagged:

Best Answer

Answers

  • varunm1varunm1 Member Posts: 1,207 Unicorn
    Hello @MunchCrunch19

    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.

    Regards,
    Varun
    https://www.varunmandalapu.com/

    Be Safe. Follow precautions and Maintain Social Distancing

  • MunchCrunch19MunchCrunch19 Member Posts: 23 Learner III
    @varunm1 Well i have tried libsvm as well, doesn't work 

Sign In or Register to comment.