8000 Fix line lengths · scikit-learn/scikit-learn@349ceb7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 349ceb7

Browse files
committed
Fix line lengths
1 parent fefd976 commit 349ceb7

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

sklearn/metrics/cluster/_supervised.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -741,12 +741,12 @@ def mutual_info_score(labels_true, labels_pred, *, contingency=None):
741741
Parameters
742742
----------
743743
labels_true : int array, shape = [n_samples]
744-
A clustering of the data into disjoint subsets, called :math:`U` in the
745-
above formula.
744+
A clustering of the data into disjoint subsets, called :math:`U` in
745+
the above formula.
746746
747747
labels_pred : int array-like of shape (n_samples,)
748-
A clustering of the data into disjoint subsets, called :math:`V` in the
749-
above formula.
748+
A clustering of the data into disjoint subsets, called :math:`V` in
749+
the above formula.
750750
751751
contingency : {ndarray, sparse matrix} of shape \
752752
(n_classes_true, n_classes_pred), default=None
@@ -833,12 +833,12 @@ def adjusted_mutual_info_score(labels_true, labels_pred, *,
833833
Parameters
834834
----------
835835
labels_true : int array, shape = [n_samples]
836-
A clustering of the data into disjoint subsets, called :math:`U` in the
837-
above formula.
836+
A clustering of the data into disjoint subsets, called :math:`U` in
837+
the above formula.
838838
839839
labels_pred : int array-like of shape (n_samples,)
840-
A clustering of the data into disjoint subsets, called :math:`V` in the
841-
above formula.
840+
A clustering of the data into disjoint subsets, called :math:`V` in
841+
the above formula.
842842
843843
average_method : str, default='arithmetic'
844844
How to compute the normalizer in the denominator. Possible options

0 commit comments

Comments
 (0)
0