8000 DOC Wording in crossval example (#10820) · scikit-learn/scikit-learn@19e2772 · GitHub
[go: up one dir, main page]

Skip to content

Commit 19e2772

Browse files
gamazepsjnothman
authored andcommitted
DOC Wording in crossval example (#10820)
Replace "Luck" by "Chance" on the crossvalidation example as it sounds better in English.
1 parent 95c7631 commit 19e2772

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/model_selection/plot_roc_crossval.py

Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080

8181
i += 1
8282
plt.plot([0, 1], [0, 1], linestyle='--', lw=2, color='r',
83-
label='Luck', alpha=.8)
83+
label='Chance', alpha=.8)
8484

8585
mean_tpr = np.mean(tprs, axis=0)
8686
mean_tpr[-1] = 1.0

0 commit comments

Comments
 (0)
0