8000 DOC rename multilabel to multiclass in Plot ROC subtitle (#21322) · scikit-learn/scikit-learn@7b489b5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7b489b5

Browse files
DOC rename multilabel to multiclass in Plot ROC subtitle (#21322)
1 parent b59847f commit 7b489b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/model_selection/plot_roc.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104

105105

106106
# %%
107-
# Plot ROC curves for the multilabel problem
107+
# Plot ROC curves for the multiclass problem
108108
# ..........................................
109109
# Compute macro-average ROC curve and ROC area
110110

@@ -158,7 +158,7 @@
158158
plt.ylim([0.0, 1.05])
159159
plt.xlabel("False Positive Rate")
160160
plt.ylabel("True Positive Rate")
161-
plt.title("Some extension of Receiver operating characteristic to multi-class")
161+
plt.title("Some extension of Receiver operating characteristic to multiclass")
162162
plt.legend(loc="lower right")
163163
plt.show()
164164

0 commit comments

Comments
 (0)
0