"[SOLVED] Trouble writing results to database"

jabe
New Altair Community Member
Hello everyone,
I am using Rapidminer to classify text with naive bayes. So far everything works fine, but I am having troubles saving the labeled data to a mysql database. I get an error message "Database error occured: Too many columns"
I think the reason for this is that the Data Table (output of "Apply Model") still consits of the word matrix. Is there any chance of getting rid of it and only save the classified lables?
Thanks for your help
Best,
Jabe
I am using Rapidminer to classify text with naive bayes. So far everything works fine, but I am having troubles saving the labeled data to a mysql database. I get an error message "Database error occured: Too many columns"
I think the reason for this is that the Data Table (output of "Apply Model") still consits of the word matrix. Is there any chance of getting rid of it and only save the classified lables?
Thanks for your help
Best,
Jabe
0
Answers
-
Use Select Attributes, choose all and invert the filter. That way you only get special attributes like id and prediction
~Martin0 -
thanks for your help Martin, it works perfectly.0