Re: [Scikit-learn-general] __check_build error on sklearn 0.12 import

2012-05-10 Thread Mathieu Blondel
On Fri, May 11, 2012 at 3:03 PM, W. Bryan Smith wrote: > the source was pulled from git about 20 minutes before i sent the email. > I haven't tried to actually run "python setup.py install" so there may remain problems. But, have you tried to run "make clean" or "python setup.py clean" before in

Re: [Scikit-learn-general] __check_build error on sklearn 0.12 import

2012-05-10 Thread W. Bryan Smith
the source was pulled from git about 20 minutes before i sent the email. regards, bryan On Thu, May 10, 2012 at 10:33 PM, Gael Varoquaux < gael.varoqu...@normalesup.org> wrote: > At some point I had borked the scikit with such an error, but Mathieu > Blondel fixed it quickly. Did you try updatin

Re: [Scikit-learn-general] __check_build error on sklearn 0.12 import

2012-05-10 Thread Gael Varoquaux
At some point I had borked the scikit with such an error, but Mathieu Blondel fixed it quickly. Did you try updating to the latest git version? Gael - Original message - > on OS X lion with latest build (from source) of numpy, scipy, and > sklearn i cannot import sklearn due to an error

[Scikit-learn-general] __check_build error on sklearn 0.12 import

2012-05-10 Thread W. Bryan Smith
on OS X lion with latest build (from source) of numpy, scipy, and sklearn i cannot import sklearn due to an error with __check_build. i rolled back to previously installed version of sklearn (0.11) and it works just fine. the error is below: In [1]: import sklearn ---

[Scikit-learn-general] Get TF-IDF mapped with associated word vector

2012-05-10 Thread JAGANADH G
Hi all Is there any way to get the TF-IDF value mapped with the word vector in sklearn. I would like to get output like w1 -> TF-IDF w2 -> TF-IDF . Thanks and regards -- ** JAGANADH G http://jaganadhg.in *ILUGCBE* http://ilugcbe.org.in -

Re: [Scikit-learn-general] Hi, I would like to start contributing to scikit learn.

2012-05-10 Thread Andreas Mueller
Hi Thomas. Thank you for your interest in contributing. The easy fix issues are definitely the place to start. There are also places where the documentation would need improvement but that might be harder. I suggest looking in particular at these issues: Renaming the clusting parameter to be consi