Skip to content

SVC decision function shape #4638

Closed
@amueller

Description

@amueller

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

No one assigned

    Labels

    EnhancementModerateAnything that requires some knowledge of conventions and best practices

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions