“None of [Index([)] are in the [columns]”

后端 未结 0 1398
轮回少年
轮回少年 2020-12-14 02:14
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

相关标签:
回答
  • 消灭零回复
提交回复
热议问题