🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

Polynominal by Binominal Label Error

User: "t_liebe"
New Altair Community Member
Updated by Jocelyn

Hello,

I get this error and don't know how to solve this:

However, my process is like described in the tutorial, where they use SVM aswell. My label has also 5 different classes. Or does this mean, that I have to split my polynominal label into 5 binominal labels before ?

Thank you.

Kind regards,

Tobias

Find more posts tagged with

Sort by:
1 - 4 of 41
    User: "Telcontar120"
    New Altair Community Member
    Accepted Answer
    The basic SVM operator does not support polynominal labels.  That is probably the source of the error. 
    However, the LibSVM version does support polynominal labels so you could try that one.
    Also, you can check modeling operator capabilities by highlighting the operator and pressing F1 and you get a table showing what is supported and what is not.

    User: "t_liebe"
    New Altair Community Member
    OP

    okay. I tried it, but still got this:


    User: "Telcontar120"
    New Altair Community Member
    And are you sure your label has more than one class among the examples sent to that operator?  Impossible to tell from here without seeing the data.  
    User: "t_liebe"
    New Altair Community Member
    OP
    Of course. I have one Label that is a Fault Category consisting of 6 different faults (20-26).
    Sharing the data would take a while since I would have to depersonalize them.