> CentOS > CentOS教程 >

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


(责任编辑:IT)