Hi Farhan.
That should have an effect. Are you sure this is the folder from which you imported?
You can do
import sklearn
print(sklearn.__path__)

to see where it gets imported from.

I would recommend to check out the development version in a different folder, do you changes there (in a new branch) and add this folder to the PYTHONPATH before the anaconda folder. You can do that in Linux / OS X just in your .bashrc / .zshrc

Cheers,
Andy


On 09/15/2014 08:34 PM, Farhan Baluch wrote:
Hi,

I am trying to make some changes to gradient_boosting.py for personal experimentation. I am wondering what is the best way to recompile/rebuild the code for the modifications to take effect. I am using scikit-learn 0.15 and using anaconda. I tried directly modifying the python code inside the source code directory under anaconda but this did not have an effect.

thanks



------------------------------------------------------------------------------
Want excitement?
Manually upgrade your production database.
When you want reliability, choose Perforce
Perforce version control. Predictably reliable.
http://pubads.g.doubleclick.net/gampad/clk?id=157508191&iu=/4140/ostg.clktrk


_______________________________________________
Scikit-learn-general mailing list
Scikit-learn-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general

------------------------------------------------------------------------------
Want excitement?
Manually upgrade your production database.
When you want reliability, choose Perforce
Perforce version control. Predictably reliable.
http://pubads.g.doubleclick.net/gampad/clk?id=157508191&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