@@ -292,7 +292,7 @@ def homogeneity_score(labels_true, labels_pred):
292292
293293    .. [1] `Andrew Rosenberg and Julia Hirschberg, 2007. V-Measure: A 
294294       conditional entropy-based external cluster evaluation measure 
295-        <http://acl.ldc.upenn.edu /D/D07/D07-1043.pdf>`_ 
295+        <http://aclweb.org/anthology /D/D07/D07-1043.pdf>`_ 
296296
297297    See also 
298298    -------- 
@@ -364,7 +364,7 @@ def completeness_score(labels_true, labels_pred):
364364
365365    .. [1] `Andrew Rosenberg and Julia Hirschberg, 2007. V-Measure: A 
366366       conditional entropy-based external cluster evaluation measure 
367-        <http://acl.ldc.upenn.edu /D/D07/D07-1043.pdf>`_ 
367+        <http://aclweb.org/anthology /D/D07/D07-1043.pdf>`_ 
368368
369369    See also 
370370    -------- 
@@ -436,7 +436,7 @@ def v_measure_score(labels_true, labels_pred):
436436
437437    .. [1] `Andrew Rosenberg and Julia Hirschberg, 2007. V-Measure: A 
438438       conditional entropy-based external cluster evaluation measure 
439-        <http://acl.ldc.upenn.edu /D/D07/D07-1043.pdf>`_ 
439+        <http://aclweb.org/anthology /D/D07/D07-1043.pdf>`_ 
440440
441441    See also 
442442    -------- 
@@ -596,8 +596,8 @@ def adjusted_mutual_info_score(labels_true, labels_pred):
596596    Returns 
597597    ------- 
598598    ami: float(upperlimited by 1.0) 
599-        The AMI returns a value of 1 when the two partitions are identical   
600-        (ie perfectly matched). Random partitions (independent labellings) have   
599+        The AMI returns a value of 1 when the two partitions are identical 
600+        (ie perfectly matched). Random partitions (independent labellings) have 
601601       an expected AMI around 0 on average hence can be negative. 
602602
603603    See also 
0 commit comments