Re: [Scikit-learn-general] December sprint planning (NIPS edition)

2011-12-15 Thread Gael Varoquaux
On Thu, Dec 15, 2011 at 03:58:42PM +0100, Lars Buitinck wrote: > 2011/12/12 Gael Varoquaux : > > He has been having surgery and apparently didn't check his email. We are > > at the guest house, so if people need bookings we can do them physically > > with them. Just keep me posted. > I will arrive

Re: [Scikit-learn-general] December sprint planning (NIPS edition)

2011-12-15 Thread Lars Buitinck
2011/12/12 Gael Varoquaux : > He has been having surgery and apparently didn't check his email. We are > at the guest house, so if people need bookings we can do them physically > with them. Just keep me posted. I will arrive Sunday afternoon. I'm a bit confused as to the procedure, do I just go t

Re: [Scikit-learn-general] December sprint planning (NIPS edition)

2011-12-15 Thread Olivier Grisel
2011/12/15 Lars Buitinck : > 2011/12/12 Gael Varoquaux : >> He has been having surgery and apparently didn't check his email. We are >> at the guest house, so if people need bookings we can do them physically >> with them. Just keep me posted. > > I will arrive Sunday afternoon. I'm a bit confused

Re: [Scikit-learn-general] Combining classifiers?

2011-12-15 Thread Olivier Grisel
2011/12/15 Joël Schaerer : >> Last summer, I spoke to some folks who combined text and SIFT[1] >> features for classifying images on Flickr. They just concatenated the >> feature vectors end-to-end and trained a single SVM on the result, >> with pretty good performance. So this is not necessarily a

Re: [Scikit-learn-general] Combining classifiers?

2011-12-15 Thread Joël Schaerer
> Last summer, I spoke to some folks who combined text and SIFT[1] > features for classifying images on Flickr. They just concatenated the > feature vectors end-to-end and trained a single SVM on the result, > with pretty good performance. So this is not necessarily a bad idea. > > The text feature