歡迎來到Linux教程網
Linux教程網
Linux教程網
Linux教程網
Linux教程網 >> Linux綜合 >> 學習Linux >> CentOS7安裝scikit-learn

CentOS7安裝scikit-learn

日期:2017/3/6 9:12:57   编辑:學習Linux

CentOS7安裝scikit-learn


CentOS7安裝scikit-learn


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

Copyright © Linux教程網 All Rights Reserved