mowangshao

Results 5 comments of mowangshao

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...

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.

> I fixed it. > wget just download a .html file, not real .tsv file. > > see: > https://raw.githubusercontent.com/MatthieuBizien/Bag-popcorn/master/labeledTrainData.tsv Same problem. So, how can I fix it.

> I fixed it. > wget just download a .html file, not real .tsv file. > > see: > https://raw.githubusercontent.com/MatthieuBizien/Bag-popcorn/master/labeledTrainData.tsv Thanks. Now I have fixed it.