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