Skip to content

Commit 4c1747b

Browse files
authored
DOC Correct minimum adjusted rand index in User Guide (scikit-learn#29410)
1 parent 1e3c7be commit 4c1747b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/modules/clustering.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1370,7 +1370,7 @@ will not necessarily be close to zero.::
13701370
- **Bounded range**: Lower values indicate different labelings, similar
13711371
clusterings have a high (adjusted or unadjusted) Rand index, 1.0 is the
13721372
perfect match score. The score range is [0, 1] for the unadjusted Rand index
1373-
and [-1, 1] for the adjusted Rand index.
1373+
and [-0.5, 1] for the adjusted Rand index.
13741374

13751375
- **No assumption is made on the cluster structure**: The (adjusted or
13761376
unadjusted) Rand index can be used to compare all kinds of clustering
@@ -1444,6 +1444,8 @@ will not necessarily be close to zero.::
14441444
* `Wikipedia entry for the Rand index
14451445
<https://en.wikipedia.org/wiki/Rand_index#Adjusted_Rand_index>`_
14461446

1447+
* :doi:`Minimum adjusted Rand index for two clusterings of a given size, 2022, J. E. Chacón and A. I. Rastrojo <10.1007/s11634-022-00491-w>`
1448+
14471449

14481450
.. _mutual_info_score:
14491451

0 commit comments

Comments
 (0)