We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cohen_kappa_score
1 parent 0872e9a commit bd5d5f6Copy full SHA for bd5d5f6
sklearn/metrics/_classification.py
@@ -831,8 +831,8 @@ class labels [2]_.
831
List of labels to index the matrix. This may be used to select a
832
subset of labels. If `None`, all labels that appear at least once in
833
``y1`` or ``y2`` are used. Note that at least one label in `labels` must be
834
- present in `y1`, even though this function is otherwise agnostic to the order
835
- of `y1` and `y2`.
+ present in `y1`, even though this function is otherwise agnostic to the order
+ of `y1` and `y2`.
836
837
weights : {'linear', 'quadratic'}, default=None
838
Weighting type to calculate the score. `None` means not weighted;
0 commit comments