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.
1 parent f617253 commit c6fb578Copy full SHA for c6fb578
sklearn/metrics/cluster/supervised.py
@@ -596,8 +596,11 @@ def adjusted_mutual_info_score(labels_true, labels_pred):
596
Returns
597
-------
598
ami: float(upperlimited by 1.0)
599
- The AMI takes a value of 1 when the two partitions
600
- are identical and a value of 0 is expected for random partitions.
+ The AMI returns a value of 1 when the two partitions
+ are identical (ie perfectly matched), and a value of 0 is expected
601
+ for random partitions. A negative value greater than may also
602
+ be returned if the actual mutual information is less than the
603
+ expectation value of the mutual information (independent labelling).
604
605
See also
606
--------
0 commit comments