Python安装相关的机器学习库以及图像处理库

安装

sudo apt-get install python-scipy

sudo apt-get install python-numpy

sudo apt-get install python-matplotlib

pip install -U scikit-learn

测试

python

import scipy

import numpy

import pylab

scipy.test()

numpy.test()

pylab.test()

posted on 2017-10-21 13:14  Maddock  阅读(228)  评论(0编辑  收藏  举报

导航