Polynominal by Binominal Label Error
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
Sort by:
1 - 1 of
11
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.
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.
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.