【发布时间】:2020-01-27 01:58:26
【问题描述】:
我按照这些instructions在Ubuntu上成功安装了scikit-learn。
但是,当我运行一个使用它的程序时,我得到了这个错误:
Traceback (most recent call last):
File "begueradj.py", line 10, in <module>
from sklearn.preprocessing import normalize
ImportError: No module named sklearn.preprocessing
我该如何解决这个问题?
【问题讨论】:
标签: python scikit-learn ubuntu-14.04