Hi Dominic,

After cloning scikit-learn with:
$ git clone 
https://github.com/scikit-learn/scikit-learn<https://github.com/scikit-learn/scikit-learn/pull/2120>
you can use:
$ git fetch origin refs/pull/2120/head:mlp
$ git checkout mlp



On Thu, Jul 11, 2013 at 7:50 PM, Dominic Steinitz <domi...@steinitz.org>wrote:

> Lars Buitinck <L.J.Buitinck@...> writes:
>
> > Pybrain is very slow. Several attempts have been made to get a
> > performant multi-layer perceptron into scikit-learn, but none has been
> > merged into the master branch yet, let alone into a recent release.
> > The latest attempt is [1]; if you like to live on the edge and help us
> > finish and debug experimental code, feel free to check it out.
> >
> > [1] https://github.com/scikit-learn/scikit-learn/pull/2120
> >
>
>
> Hi Lars,
>
> Thanks for this. I am not clear what I have to do git-wise. I tried:
>
> git clone https://github.com/scikit-learn/scikit-learn/pull/2120
> Cloning into '2120'...
> fatal: https://github.com/scikit-learn/scikit-learn/pull/2120/info/refs
> not found: did you run git update-server-info on the server?
> git checkout https://github.com/scikit-learn/scikit-learn/pull/2120
> fatal: Not a git repository (or any of the parent directories): .git
>
> Should I clone the repo and then checkout this particular branch?
> I am not clear this would pick up all necessary changes.
>
> Dominic.
>
>
>
>
> ------------------------------------------------------------------------------
> See everything from the browser to the database with AppDynamics
> Get end-to-end visibility with application monitoring from AppDynamics
> Isolate bottlenecks and diagnose root cause in seconds.
> Start your free trial of AppDynamics Pro today!
> http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
> _______________________________________________
> Scikit-learn-general mailing list
> Scikit-learn-general@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
>
------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&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