CentOS7安装scikit-learn
时间:2016-07-13 11:28 来源:linux.it.net.cn 作者:IT
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)
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) |