Re: [Scikit-learn-general] any obvious ideas for following test failures on armel and mipsel?

2012-07-02 Thread Gael Varoquaux
Hi Yaroslav, I cannot replicate this (just checked quickly). I am travelling, so I cannot spend too much time on it, but we'll definitely look at it and try to address it. Gael On Mon, Jul 02, 2012 at 01:37:31PM -0400, Yaroslav Halchenko wrote: > > > self.test(*self.arg) > > > File > > >

Re: [Scikit-learn-general] Unbale to import RomanPreprocessor

2012-07-02 Thread Alexandre Gramfort
hi, what version of the tutorial are you using? make sure to use the latest documentation : http://scikit-learn.org/stable/ you're likely to use a documentation that is outdated Alex On Mon, Jul 2, 2012 at 7:31 PM, Rupinder Paul wrote: > Hi, > > I just easy_install'ed sklearn -- everything w

Re: [Scikit-learn-general] any obvious ideas for following test failures on armel and mipsel?

2012-07-02 Thread Yaroslav Halchenko
> > self.test(*self.arg) > > File > > "/build/buildd-scikit-learn_0.11.0-1-mipsel-ZOiuQA/scikit-learn-0.11.0/debian/python-sklearn/usr/lib/python2.6/dist-packages/sklearn/covariance/tests/test_robust_covariance.py", > > line 28, in test_mcd > > launch_mcd_on_dataset(100, 5, 20, 0.01, 0.

[Scikit-learn-general] Unbale to import RomanPreprocessor

2012-07-02 Thread Rupinder Paul
Hi, I just easy_install'ed sklearn -- everything went ok...ran tests throught nose. So I am trying one of text classifications tutorials. I am in python command line mode..and when I write "from sklearn.feature_extraction.text import RomanPreprocessor" ..I get an error "ImportError: cannot impo

Re: [Scikit-learn-general] any obvious ideas for following test failures on armel and mipsel?

2012-07-02 Thread Yaroslav Halchenko
On Mon, 02 Jul 2012, Yaroslav Halchenko wrote: > Just now spotted that sklearn hasn't migrated to wheezy yet because of > Tail of log for scikit-learn on armel: > Traceback (most recent call last): > File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest > self.test(*sel

[Scikit-learn-general] any obvious ideas for following test failures on armel and mipsel?

2012-07-02 Thread Yaroslav Halchenko
Just now spotted that sklearn hasn't migrated to wheezy yet because of Tail of log for scikit-learn on armel: Traceback (most recent call last): File "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest self.test(*self.arg) File "/build/buildd-scikit-learn_0.11.0-1-armel

Re: [Scikit-learn-general] Two errors on scikit-learn nosetests sklearn/

2012-07-02 Thread Olivier Grisel
> == > ERROR: Check that primal coef modification are not silently ignored > -- > Traceback (most recent call last): >   File > "/Users/anuzismichael/.virtualenvs/