Re: [Scikit-learn-general] modifying single python file under anaconda

2014-09-15 Thread Andy
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 br

[Scikit-learn-general] modifying single python file under anaconda

2014-09-15 Thread Farhan Baluch
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