2013/8/29 Alexandre Gramfort <alexandre.gramf...@telecom-paristech.fr>:
> hi Dave
>
> I recommend you start working with the current development
> (master branch) version. You'll have to learn a bit of git fu
> to create an hmm branch which will allow you to work directly
> in hmm.py keeping the old file in the master branch.
>
> See:
>
> http://scikit-learn.org/stable/developers/index.html

Also you can uninstall the released version of scikit-learn from anaconda with:

conda remove scikit-learn

and then create a symlink for the scikit-learn/sklearn folder of your
local clone of the scikit-learn git repo in the site-packages folder
of anaconda. Alternatively (in particular under windows that does not
support symlinks) you can use `pip install -e .` from the scikit-learn
repo folder. In both cases you need to build the compiled extensions
of scikit-learn:

python setup.py build_ext -i

To build you might need so additional dependencies. Please have a look
at the documentation for more details.

To get started with git, read the first couple of chapters of
http://git-scm.com/book/en .

-- 
Olivier
http://twitter.com/ogrisel - http://github.com/ogrisel

------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
_______________________________________________
Scikit-learn-general mailing list
Scikit-learn-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general

Reply via email to