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
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