[Python]构建Scikit-learn环境及# requires numpy+mkl问题
发布时间
阅读量:
阅读量
为了使操作简便, 我们可以选择直接保存pip安装包到本地, 网址为<pip安装包下载页面>, 并请确保将pip安装包下载路径添加到环境中以避免重复安装的问题.
(首先检查Python安装目录下的Scripts文件夹是否存在)

之后的操作就很简单了,首先安装scikit_learn ,打开cmd执行下面的命令:
pip install -U scikit-learn
plain
@See http://scikit-learn.org/stable/install.html
接着安装配套的Scipy 全家桶:
pip install --user numpy scipy matplotlib ipython jupyter pandas sympy nose
plain
@See https://www.scipy.org/install.html
Scipy全家桶的清单大致如下:
MarkupSafe-1.0
Send2Trash-1
全部评论 (0)
还没有任何评论哟~
