1. 安装依赖库
据说要先安装numpy和scipy,方法如下:
- 安装 numpy
sudo pip install numpy
- 安装 scipy
需要先安装 matplotlib ipython ipython-notebook pandas sympy
sudo apt-get install python-matplotlib ipython ipython-notebook
sudo apt-get install python-pandas python-sympy python-nose
sudo pip install scipy
2. 安装 scikit-learn
最后安装 scikit-learn
sudo pip install -U scikit-learn
我用的 anaconda 环境,安装命令如下:
pip3 install -U scikit-learn
3. 检查结果
pip3 list
good, 可以用它来干点活了!