-
-
Notifications
You must be signed in to change notification settings - Fork 27k
SVC decision function shape #4638
Copy link
Copy link
Closed
Labels
EnhancementModerateAnything that requires some knowledge of conventions and best practicesAnything that requires some knowledge of conventions and best practices
Milestone
Metadata
Metadata
Assignees
Labels
EnhancementModerateAnything that requires some knowledge of conventions and best practicesAnything that requires some knowledge of conventions and best practices
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.