AttributeError: 'DataFrame' object has no attribute 'review'
Using TensorFlow backend.
(111, 1)
Traceback (most recent call last):
File "textClassifierHATT.py", line 55, in
for idx in range(data_train.review.shape[0]): text = BeautifulSoup(data_train.review[idx]) I find there are many attribute 'review' is used but I can not find the 'review' in google. How can I solve the problem?
Em, I use the tensorflow-cpu version.
I fixed this problem. Just use wget https://raw.githubusercontent.com/MatthieuBizien/Bag-popcorn/master/labeledTrainData.tsv to replace wget https://www.kaggle.com/c/word2vec-nlp-tutorial/download/labeledTrainData.tsv.