我目前正在尝试安装并运行scikit-learn。虽然我能够安装它,但当我尝试导入sklearn.feature_extraction.text时,我得到一个错误。我做错了什么?
from sklearn.feature_extraction.text import CountVectorizer
Traceback (most recent call last):
File "<pyshell#9>", line 1, in <module>
from sklearn.feature_extraction.text import CountVectorizer
ImportError: No module named text
>>> 发布于 2016-01-30 08:24:48
https://stackoverflow.com/questions/19534019
复制相似问题