On 09/12/2015 01:25 PM, Michael Eickenberg wrote:


On Saturday, September 12, 2015, Andy <t3k...@gmail.com <mailto:t3k...@gmail.com>> wrote:

    On 09/12/2015 02:54 AM, Daan Wynen wrote:
    Hi Andy,

    according to [1] "The multiclass support is handled according to a
    one-vs-one scheme."
    That's why I was using the wrapper.
    SVC has one-vs-rest built-in.


actually, it has one-vs-one built-in, at least according to the docs and from what I recall from when using it. svc.dual_coef_ has one axis of shape n_classes -1, which is an indicator for this.
That means that if you want OvR, you need to put it in the meta-estimator.

Sorry, my bad. Of course it is one-vs-one. No coffee yet. Still...
------------------------------------------------------------------------------
_______________________________________________
Scikit-learn-general mailing list
Scikit-learn-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general

Reply via email to