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
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
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: