8000 Add sample weight support to more metrics · Issue #3450 · scikit-learn/scikit-learn · GitHub
[go: up one dir, main page]

Skip to content
Add sample weight support to more metrics #3450
@arjoly

Description

@arjoly

Most metrics now supports sample_weights except for the following one:

  • hamming_loss
  • confusion_matrix
  • hinge_loss
  • jaccard_similarity_score
  • log_loss
  • matthews_corrcoef_score
  • median_absolute_error

Note that there is already a general test in sklearn/metrics/tests/test_common.py for sample_weight.

Ideally, it would be one pull request per metric to ease review.

Metadata

Metadata

Assignees

No one assigned

    Labels

    EasyWell-defined and straightforward way to resolveEnhancementgood first issueEasy with clear instructions to resolvehelp wanted

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0