Skip to content

Commit a12f46d

Browse files
committed
Update supervised.py
1 parent 3ec5632 commit a12f46d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sklearn/metrics/cluster/supervised.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -598,8 +598,7 @@ def adjusted_mutual_info_score(labels_true, labels_pred):
598598
-------
599599
ami: float(upperlimited by 1.0)
600600
The AMI takes a value of 1 when the two partitions
601-
are identical and 0 when the MI between two partitions equals
602-
to that expected by chance.
601+
are identical and a value of 0 is expected for random partitions.
603602
604603
See also
605604
--------

0 commit comments

Comments
 (0)