Skip to content

Commit 7d1ba65

Browse files
committed
Merge pull request scikit-learn#2895 from kaushik94/master
supervised.py with updated documentation
2 parents 5e0ed70 + a12f46d commit 7d1ba65

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

sklearn/metrics/cluster/supervised.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -596,8 +596,9 @@ def adjusted_mutual_info_score(labels_true, labels_pred):
596596
597597
Returns
598598
-------
599-
ami: float
600-
score between 0.0 and 1.0. 1.0 stands for perfectly complete labeling
599+
ami: float(upperlimited by 1.0)
600+
The AMI takes a value of 1 when the two partitions
601+
are identical and a value of 0 is expected for random partitions.
601602
602603
See also
603604
--------

0 commit comments

Comments
 (0)