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

原创文章,作者:Maggie-Hunter,如若转载,请注明出处:https://blog.ytso.com/194339.html

(0)
上一篇 2021年11月16日
下一篇 2021年11月16日

相关推荐

发表回复

登录后才能评论