1、安裝CentOS7
(略)
2、安裝pip
wget https://bootstrap.pypa.io/get-pip.py --no-check-certificate
python get-pip.py
3、安裝matplotlib
yum install python-matplotlib
4、安裝scipy、numpy
yum install numpy scipy
5、安裝scikit-learn
pip install -U scikit-learn
http://xxxxxx/Linuxjc/1156072.html TechArticle