Naive Bayes - Missing attributes

jaybusiness86
jaybusiness86 New Altair Community Member
edited November 5 in Community Q&A

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.

Tagged:

Answers

  • Andrew
    Andrew New Altair Community Member

    Hello,

     

    What is inside the Process Documents operator?

     

    Andrew

  • Thomas_Ott
    Thomas_Ott New Altair Community Member

    This error indicates that zero training examples are being passed to the Naive Bayes operator. Your upstream processing is delivering nothing. Please check that.

  • nanta_sine
    nanta_sine New Altair Community Member

    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.