Bootstrap

sklearn 命令行安装_sklearn 安装说明

klearn 安装说明

第一步:进入root用户:

cen@localhost ~]$ su root

密码:000000

第二步:安装sklearn

输入命令:pip install sklearn

(base) [root@localhost cen]# pip install sklearn

Collecting sklearn

Collecting scikit-learn (from sklearn)

......

Requirement already satisfied: numpy>=1.11.0 in /root/anaconda3/lib/python3.7/site-packages (from scikit-learn->sklearn) (1.16.4)

Building wheels for collected packages: sklearn

Building wheel for sklearn (setup.py) ... done

Created wheel for sklearn: filename=sklearn-0.0-py2.py3-none-any.whl size=1316 sha256=238d7a6d1e537779783982ab8c1f35518971109133af9d4139bcbacd88a66d05

Stored in directory: /root/.cache/pip/wheels/76/03/bb/589d421d27431bcd2c6da284d5f2286c8e3b2ea3cf1594c074

Successfully built sklearn

Installing collected packages: sc

;