更新/安装 Python scikit 在 Windows 中学习最新的开发版本 [英] Update/ install Python scikit learn latest development version in Windows

查看:24
本文介绍了更新/安装 Python scikit 在 Windows 中学习最新的开发版本的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试用 Windows 中的 0.18.dev0 最新开发版本替换/安装我的 Python scikit-learn 0.17.0,以便我可以试用 sklearn.neural_network.MLPClassifier.阅读并尝试此处的高级用户手册后 (http://scikit-learn.org/stable/developers/advanced_installation.html#install-bleeding-edge),我有点卡住了.

I am trying to replace/install my Python scikit-learn 0.17.0 with 0.18.dev0 latest development version in Windows, so that I can try out sklearn.neural_network.MLPClassifier. After reading and trying the advanced user manual here (http://scikit-learn.org/stable/developers/advanced_installation.html#install-bleeding-edge), I am kinda stuck.

 pip install -U scikit-learn

 => Still getting 0.17.0 but not 0.18.dev0

任何大师都可以提供在 Windows 中安装开发性 Python 2.70 scikit-learn 的分步指南吗?谢谢!

Could any guru provide step by step guides to install developmental Python 2.70 scikit-learn in windows? Thanks!

推荐答案

获取开发版本的唯一方法是通过git克隆,如下:

The only way to get the development version is to clone it through git, as follows:

pip install git+https://github.com/scikit-learn/scikit-learn.git

对于 Windows,我强烈建议安装 Anaconda (https://www.continuum.io/downloads) 因为它安装了 Windows 所需的所有科学计算包.

For Windows, I highly recommend installing Anaconda (https://www.continuum.io/downloads) because it installs all the scientific computing packages that you need for Windows.

这篇关于更新/安装 Python scikit 在 Windows 中学习最新的开发版本的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆