Polynominal by Binominal Label Error

t_liebe
t_liebe New Altair Community Member
edited November 5 in Community Q&A

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

Best Answer

  • Telcontar120
    Telcontar120 New Altair Community Member
    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.

Answers

  • Telcontar120
    Telcontar120 New Altair Community Member
    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.

  • t_liebe
    t_liebe New Altair Community Member

    okay. I tried it, but still got this:


  • Telcontar120
    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.  
  • t_liebe
    t_liebe New Altair Community Member
    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.