-
-
Notifications
You must be signed in to change notification settings - Fork 26.3k
Closed
Labels
EnhancementModerateAnything that requires some knowledge of conventions and best practicesAnything that requires some knowledge of conventions and best practices
Milestone
Description
SVC has a decision_function of a non-standard shape. We should fix that by aggregating all the decision values that belong to one class, or something similar. We could also use the we could also use the somewhat odd formula in the OvO classifier that uses a mixture of votes and decision function to make sure it is consistent with predict
.
We should add a parameter controlling whether the decision function is aggregated or raw.
Metadata
Metadata
Assignees
Labels
EnhancementModerateAnything that requires some knowledge of conventions and best practicesAnything that requires some knowledge of conventions and best practices