python安装sklearn模块的方法详解

焦禹尧 19 0 PDF 2021-02-01 01:02:15

可直接用这行命令!: pip install -U scikit-learn 其他命令: (1)更新pip python -m pip install --upgrade pip (2)安装 scipy 在网址http://www.lfd.uci.edu/~gohlke/pythonlibs/ 中找到你需要的版本scipy 例如windows 64 位 Python2.7 对应下载:scipy-0.18.0-cp27-cp27m-win_amd64.whl cd 下载scipy 目录下,安装 pip install scipy-0.18.0-cp27-cp27m-win_amd64.w

用户评论
请输入评论内容
评分:
暂无评论