From c943930b76a1806ecedb4e69a97f948f9591994e Mon Sep 17 00:00:00 2001 From: gkevinyen5418 <gkevinyen5418@gmail.com> Date: Wed, 25 Oct 2017 07:39:18 +0800 Subject: [PATCH] DOC Fix typo: x axis -> y axis (#9985) --- sklearn/metrics/ranking.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sklearn/metrics/ranking.py b/sklearn/metrics/ranking.py index bc18b248ca..987067a044 100644 --- a/sklearn/metrics/ranking.py +++ b/sklearn/metrics/ranking.py @@ -409,7 +409,7 @@ def precision_recall_curve(y_true, probas_pred, pos_label=None, The last precision and recall values are 1. and 0. respectively and do not have a corresponding threshold. This ensures that the graph starts on the - x axis. + y axis. Read more in the :ref:`User Guide <precision_recall_f_measure_metrics>`. -- GitLab