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 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 with "python setup.py build_ext --inplace" and that before I also
need to compile the tree Cython code by doing "cython -a _tree.pyx". Can
someone confirm that this is the correct way to compile my changes? I want
to make sure any errors I am getting are not from building incorrectly.

Finally I want to make sure scripts I am writing that import scikit learn
modules use the build of scikit learn that I am editing source for, how can
I  make sure scripts I write use this build and not pre existing system
installations of scikit learn?
------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
Scikit-learn-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general

Reply via email to