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
"Using ExcelExampleSource displays
vasuraghavan
Member Posts: 1 Learner III
Hello
I am using RapidMiner SVM learning algorithm for learning from examples. The data is in Excel Spread sheet. If I upload the data to a database table (MySQL) and use DatabaseExampleSource, the process works fine. If I change the DatabaseExampleSource to ExcelExampleSource I get an error "Polinomial attributes not supported. Use Binary2Multiclass learner to wrap the learning algorithm?
Why is this so?
How do I use the Binary2MultiClass operator? Should this be wrapping the learning algorithm or the input?
Thanks and regards
Vasu Raghavan
I am using RapidMiner SVM learning algorithm for learning from examples. The data is in Excel Spread sheet. If I upload the data to a database table (MySQL) and use DatabaseExampleSource, the process works fine. If I change the DatabaseExampleSource to ExcelExampleSource I get an error "Polinomial attributes not supported. Use Binary2Multiclass learner to wrap the learning algorithm?
Why is this so?
How do I use the Binary2MultiClass operator? Should this be wrapping the learning algorithm or the input?
Thanks and regards
Vasu Raghavan
Tagged:
0
Answers
Since the process actually worked when the data was loaded from a database, I rather assume your problem is, that the attribute values are not properly presented in the excel file. Might it be that numbers are stored as text in the excel sheet? If that is not the case, feel free to post your process xml file. That makes it easier for us to conclude where your problem actually emerges.
Hope this was helpful,
Tobias
Please mark this problem as resolved.
I thank you once again for the help
Regards
Vasu Raghavan