2011/12/5 Alexandre Gramfort <[email protected]>: > look at > > sklearn.multiclass
Indeed, these tools allows the user to build a meta learner with any multiclass logic on top of a binary classifier implementations (hence both LinearSVC and SVC can be used as the underlying binary classifier implementations). http://scikit-learn.org/dev/modules/multiclass.html -- Olivier http://twitter.com/ogrisel - http://github.com/ogrisel ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-novd2d _______________________________________________ Scikit-learn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
