Re: [Scikit-learn-general] decision_function for OneVsRestClassifier

2012-04-18 Thread Olivier Grisel
Le 18 avril 2012 13:54, Ian Goodfellow a écrit : > 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

Re: [Scikit-learn-general] decision_function for OneVsRestClassifier

2012-04-18 Thread Ian Goodfellow
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 fun

Re: [Scikit-learn-general] decision_function for OneVsRestClassifier

2012-04-18 Thread Lars Buitinck
Op 18 april 2012 18:53 heeft Ian Goodfellow 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,

[Scikit-learn-general] decision_function for OneVsRestClassifier

2012-04-18 Thread Ian Goodfellow
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_. The current setup is kind of frustrating to use since the interfaces of LinearSVC an