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
"Getting started with SVM classification and Text data sets"
Hi all,
I'm trying to start with SVM classification.
I've followed the SVM introduction video with Sonar example.
My problem is a little different, I have mainly text data, I want to classify text entries (with a title and a description) in different categories, by subject.
When I import my CSV data, I configure the class (label) and the attributes.
All my attributes are in "text" format. I have no polynoms. But when I plug a SVM operator of my Data, I have an error about polynoms : "polynomial attributes not supported".
I don't understand why I get this error...
Did I miss something?
Thanks
Loic
I'm trying to start with SVM classification.
I've followed the SVM introduction video with Sonar example.
My problem is a little different, I have mainly text data, I want to classify text entries (with a title and a description) in different categories, by subject.
When I import my CSV data, I configure the class (label) and the attributes.
All my attributes are in "text" format. I have no polynoms. But when I plug a SVM operator of my Data, I have an error about polynoms : "polynomial attributes not supported".
I don't understand why I get this error...
Did I miss something?
Thanks
Loic
Tagged:
0
Answers
The answer seems to be that one of another implementation (LibSVM?) supports polynomial (though I know you mentioned you do not have polynomials).
You can try to search in this forum.