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

2012-07-03 Thread Olivier Grisel
2012/7/2 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 g

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

[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