Hi..
I am trying to use the Naive Bayes Classifier tool for a various classification analysis (let's call it good customer/ bad customer) but I keep getting different error messages. At first it's data out of bounds for scoring, then it's this "Naive Bayes Classification: Error in apply(log(vapply(seq_along(attribs), function(v) { :"

When I did some simple Titanic testing all seems to be fine though:

I tried to reduce the attributes either number or text (categorical) but the error message is the same.
Anybody might know what may have been the reason for error messages?
Thanks much!