Re: [Scikit-learn-general] multiclass classification algorithms in Sklearn

2012-09-04 Thread Olivier Grisel
Indeed, I forgot about naive bayes and LDA. -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions

Re: [Scikit-learn-general] multiclass classification algorithms in Sklearn

2012-09-04 Thread Olivier Grisel
2012/9/4 Sheila the angel : > Hello, > I would like to know what are the native multiclass classification > algorithms in Sklearn. > For example SVM are basically binary classification algorithm while Tree > methods are Multiclass algorithm (not sure about this). It all depends on what you call "n

Re: [Scikit-learn-general] multiclass classification algorithms in Sklearn

2012-09-04 Thread Andreas Mueller
Hi Sheila. There is a list here: http://scikit-learn.org/dev/modules/multiclass.html It is not exhaustive, though (maybe it should be). QDA and the other forest-based methods are also multi-class, so are the neighbors based methods. Cheers, Andy On 09/04/2012 09:59 AM, Sheila the angel wrote: