Skip to content

Commit 8b2d9eb

Browse files
kastnerkylearjoly
authored andcommitted
Added links to cross_val_score, auc_score, and recall_score
1 parent 56f0b86 commit 8b2d9eb

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

examples/plot_precision_recall.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@
5959
6060
.. note::
6161
62-
See also :func:`sklearn.metrics.auc`,
63-
:func:`sklearn.metrics.average_precision_score`
62+
See also :func:`sklearn.metrics.average_precision_score`,
63+
:func:`sklearn.metrics.recall_score`
6464
"""
6565
print(__doc__)
6666

examples/plot_roc.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
1818
.. note::
1919
20-
See also :ref:`example_plot_roc_crossval.py`
20+
See also :func:`sklearn.metrics.auc_score`,
21+
:ref:`example_plot_roc_crossval.py`
2122
2223
"""
2324
print(__doc__)

examples/plot_roc_crossval.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@
2424
2525
.. note::
2626
27-
See also :ref:`example_plot_roc.py`
27+
See also :func:`sklearn.metrics.auc_score`,
28+
:func:`sklearn.cross_validation.cross_val_score`,
29+
:ref:`example_plot_roc.py`,
2830
2931
"""
3032
print(__doc__)

0 commit comments

Comments
 (0)