8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67bc626 commit 8407639Copy full SHA for 8407639
examples/model_selection/plot_roc.py
@@ -104,7 +104,7 @@
104
105
106
# %%
107
-# Plot ROC curves for the multilabel problem
+# Plot ROC curves for the multiclass problem
108
# ..........................................
109
# Compute macro-average ROC curve and ROC area
110
@@ -158,7 +158,7 @@
158
plt.ylim([0.0, 1.05])
159
plt.xlabel("False Positive Rate")
160
plt.ylabel("True Positive Rate")
161
-plt.title("Some extension of Receiver operating characteristic to multi-class")
+plt.title("Some extension of Receiver operating characteristic to multiclass")
162
plt.legend(loc="lower right")
163
plt.show()
164
0 commit comments