I'm not sure if it's correct. I'm also not familiar enough with the library to be sure that no similar functionality exists somewhere. (I think David Warde-Farley mentioned that there was a plan to do something like this at some point) Can anyone comment on whether this is actually the decision function that OneVsRestClassifier uses internally?
On Wed, Apr 18, 2012 at 3:35 PM, Lars Buitinck <[email protected]> wrote: > Op 18 april 2012 18:53 heeft Ian Goodfellow <[email protected]> > het volgende geschreven: >> Is there a reason why OneVsRestClassifier does not implement >> decision_function? >> It looks like the correct implementation is just to concatenate >> together the decision_function outputs of the individual estimators_. > > Well, apparently nobody took the time to implement it. Care to turn > your SVM wrapper into a pull request? > > -- > Lars Buitinck > Scientific programmer, ILPS > University of Amsterdam > > ------------------------------------------------------------------------------ > Better than sec? Nothing is better than sec when it comes to > monitoring Big Data applications. Try Boundary one-second > resolution app monitoring today. Free. > http://p.sf.net/sfu/Boundary-dev2dev > _______________________________________________ > Scikit-learn-general mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/scikit-learn-general ------------------------------------------------------------------------------ Better than sec? Nothing is better than sec when it comes to monitoring Big Data applications. Try Boundary one-second resolution app monitoring today. Free. http://p.sf.net/sfu/Boundary-dev2dev _______________________________________________ Scikit-learn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
