CentOS7 安装 scikit-learn
更新:HHH   时间:2023-1-7


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

返回软件技术教程...