Naive Bayes - Missing attributes
Dear All,
I am working on language identification concept.
I have created the operators in the process as shown in the attachment. In the subprocess of the cross validation created the Naive bayes in training set.
I get error as Missing attributes when the Naive Bayes operator in fuction.
Attached the operators and error screenshot.
Answers
-
Hello,
What is inside the Process Documents operator?
Andrew
0 -
This error indicates that zero training examples are being passed to the Naive Bayes operator. Your upstream processing is delivering nothing. Please check that.
0 -
I got an error like this topic but I checked the result of select attribute operator and it showed the dataset.
I don't know how to fix in validation operator.
Anyone please help.
see attached files.
0