x_training = X_train[bag_of_words] y_training = y_train[\'Category\'] text_clf = text_clf.fit(x_training, y_training)
I\'m the getting the err in t