Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.

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.