8000 DOC Fix typo: x axis -> y axis (#9985) · scikit-learn/scikit-learn@c943930 · GitHub
[go: up one dir, main page]

Skip to content

Commit c943930

Browse files
gkevinyen5418jnothman
authored andcommitted
DOC Fix typo: x axis -> y axis (#9985)
1 parent 39e95c7 commit c943930

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sklearn/metrics/ranking.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ def precision_recall_curve(y_true, probas_pred, pos_label=None,
409409
410410
The last precision and recall values are 1. and 0. respectively and do not
411411
have a corresponding threshold. This ensures that the graph starts on the
412-
x axis.
412+
y axis.
413413
414414
Read more in the :ref:`User Guide <precision_recall_f_measure_metrics>`.
415415

0 commit comments

Comments
 (0)
0