Task 1 - Sentiment Analysis on Movie Reviews
摘要:
```python''' 0 - negative 1 - somewhat negative 2 - neutral 3 - somewhat positive 4 - positive'''import numpy as npimport pandas as pdfrom sklearn.feature_extraction.text import CountVectorizerfrom sk... 阅读全文
posted @ 2020-03-17 19:43 HolaWorld 阅读(468) 评论(0) 推荐(0) 编辑