"Using ExcelExampleSource displays
vasuraghavan
MemberPosts:1Contributor I
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
问候
Vasu Raghavan