Skip to content

matthews correlation for multiple features? #317

@sanderland

Description

@sanderland

I'd like to add matthews correlation for the multilabel case.
This essentially has a few options:

  • ("micro") flatten predictions and targets, then calculate
  • ("macro") calculate it per-feature and average
  • Implement micro, macro as in f1 score.

Since scikit-learn doesn't support this out of the box, this may also be a terrible idea for some reason, in which case I'd like to learn why.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions