Re: [Scikit-learn-general] Order of processes in WordNGramAnalyzer

2011-11-24 Thread Olivier Grisel
I plan to work on this during the sprint to simplify the vectorizer and make it easier to override the default implementation. We don't want generators or list of functions as parameters though as it would break the ability to do cross validation and picklability. -- Olivier

Re: [Scikit-learn-general] Order of processes in WordNGramAnalyzer

2011-11-24 Thread Robert Layton
On 25 November 2011 08:58, Nelle Varoquaux wrote: > On 24 November 2011 22:51, Lars Buitinck wrote: > > 2011/11/22 SK Sn : > >> I looked into WordNGramAnalyzer in feature_extraction/text.py. > >> > >> It occured to me that in case of nGram n>1, 'handle token n-grams' > happends > >> before 'handl

Re: [Scikit-learn-general] Order of processes in WordNGramAnalyzer

2011-11-24 Thread Nelle Varoquaux
On 24 November 2011 22:51, Lars Buitinck wrote: > 2011/11/22 SK Sn : >> I looked into WordNGramAnalyzer in feature_extraction/text.py. >> >> It occured to me that in case of nGram n>1, 'handle token n-grams' happends >> before 'handle stop words', as shown in following snippet: > > > >> At least

Re: [Scikit-learn-general] Order of processes in WordNGramAnalyzer

2011-11-24 Thread Lars Buitinck
2011/11/22 SK Sn : > I looked into WordNGramAnalyzer in feature_extraction/text.py. > > It occured to me that in case of nGram n>1, 'handle token n-grams' happends > before 'handle stop words', as shown in following snippet: > At least it is strange to me that, especially when I define my own >

Re: [Scikit-learn-general] Builtbot out of service?

2011-11-24 Thread Gilles Louppe
Good job Nelle! Thank you :) Gilles On 24 November 2011 21:17, Olivier Grisel wrote: > 2011/11/24 Nelle Varoquaux : >> The buildbot is back online ! > > Thanks! > > -- > Olivier > http://twitter.com/ogrisel - http://github.com/ogrisel > > -

Re: [Scikit-learn-general] Builtbot out of service?

2011-11-24 Thread Olivier Grisel
2011/11/24 Nelle Varoquaux : > The buildbot is back online ! Thanks! -- Olivier http://twitter.com/ogrisel - http://github.com/ogrisel -- All the data continuously generated in your IT infrastructure contains a definit

Re: [Scikit-learn-general] Builtbot out of service?

2011-11-24 Thread Nelle Varoquaux
The buildbot is back online ! On 24 November 2011 09:31, Nelle Varoquaux wrote: > I'll have a look at what I can do: all the other afpy builbot are fine. > > N > > On 24 November 2011 09:17, Gilles Louppe wrote: >> Hi list, >> >> Just to let the admins know. >> >> It's been a few days I have bee

Re: [Scikit-learn-general] Builtbot out of service?

2011-11-24 Thread Olivier Grisel
2011/11/24 Gilles Louppe : > Hi list, > > Just to let the admins know. > > It's been a few days I have been trying to access our buildbot web > page (http://buildbot.afpy.org/scikit-learn/) but the service seems to > be always unavailable. I will try to have a look. Also I have asked for a free op

Re: [Scikit-learn-general] Builtbot out of service?

2011-11-24 Thread Nelle Varoquaux
I'll have a look at what I can do: all the other afpy builbot are fine. N On 24 November 2011 09:17, Gilles Louppe wrote: > Hi list, > > Just to let the admins know. > > It's been a few days I have been trying to access our buildbot web > page (http://buildbot.afpy.org/scikit-learn/) but the ser

[Scikit-learn-general] Builtbot out of service?

2011-11-24 Thread Gilles Louppe
Hi list, Just to let the admins know. It's been a few days I have been trying to access our buildbot web page (http://buildbot.afpy.org/scikit-learn/) but the service seems to be always unavailable. Gilles -- All the da