I have two datasets, one been the training set and the other the supplied test data. I'm trying to predict the rogue clients using the datasets provided. I have classified the data by initializing a class attribute on both datasets prediction purpose but when I run the data using Naive Bayes algorithm,I have errors with the supplied test.
I have attached my files below.
Kindly assist Thank You