1. 首页
  2. 数据库
  3. 其它
  4. python安装sklearn模块的方法详解

python安装sklearn模块的方法详解

上传者: 2021-02-01 01:09:15上传 PDF文件 113.38KB 热度 21次
可直接用这行命令!: 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
下载地址
用户评论