根据 scikit-learn 用户指南,我使用pip install -U scikit-learn
.
所以使用pip search scikit-learn
,我得到这个搜索结果:
scikit-learn - A set of python modules for machine learning and data mining
INSTALLED: 0.12.1 (latest)
但是当我进入 Python 并尝试import sklearn
使用ImportError: No module named sklearn
. 这真的应该刚刚奏效。
我在带有 NumPy 1.6.1 和 SciPy 0.10.1 的 Mac OS 10.6.8 上使用 Enthought 的 Python (2.7.3) 免费分发。是的,我知道 EPD Free 附带 scikit-learn,但 pip 应该升级我的版本,以便我可以实际使用 scikit-learn。