Re: [Scikit-learn-general] Build/Install with Cython improvements

2014-03-24 Thread Gael Varoquaux
On Mon, Mar 24, 2014 at 06:54:45AM -0400, Hamzeh Alsalhi wrote: > The changes I am making reside mostly in the Cython .pyx source code for the > tree. I need to build and compile my changes to use in a small rf classifier > script. So it seems like I need to go through the regular build process wit

[Scikit-learn-general] Build/Install with Cython improvements

2014-03-24 Thread Hamzeh Alsalhi
Hi I have made a small contribution here https://github.com/scikit-learn/scikit-learn/pull/2958 I am now working on prelimenary changes to implement https://github.com/scikit-learn/scikit-learn/issues/655 The changes I am making reside mostly in the Cython .pyx source code for the tree. I need