Re: [Scikit-learn-general] Feature selection: floating search algorithm

2014-10-09 Thread Nikolay Mayorov
e: Thu, 9 Oct 2014 06:58:46 +0200 > From: peter.z...@gmail.com > To: scikit-learn-general@lists.sourceforge.net > Subject: Re: [Scikit-learn-general] Feature selection: floating search > algorithm > > Hi Nikolay, > > On Wed, Oct 8, 2014 at 10:03 PM, Nikolay Mayorov

Re: [Scikit-learn-general] Feature selection: floating search algorithm

2014-10-08 Thread Pietro
Hi Nikolay, On Wed, Oct 8, 2014 at 10:03 PM, Nikolay Mayorov wrote: > Hi! > > Do you think scikit-learn will benefit from the general algorithm of feature > selection as described by P.Pudil et al. in "Floating search methods in > feature selection"? > > It is a wrapper method which alternates f

[Scikit-learn-general] Feature selection: floating search algorithm

2014-10-08 Thread Nikolay Mayorov
Hi! Do you think scikit-learn will benefit from the general algorithm of feature selection as described by P.Pudil et al. in "Floating search methods in feature selection"? It is a wrapper method which alternates feature additions and removals (starting from empty or full set of features.