8000 DOC Fixes typo in plot_permutation_test_for_classification (#20622) · rth/scikit-learn@df20e81 · GitHub
[go: up one dir, main page]

Skip to content

Commit df20e81

Browse files
DOC Fixes typo in plot_permutation_test_for_classification (scikit-learn#20622)
1 parent d820635 commit df20e81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/feature_selection/plot_permutation_test_for_classification.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
This example demonstrates the use of
77
:func:`~sklearn.model_selection.permutation_test_score` to evaluate the
8-
significance of a cross-valdiated score using permutations.
8+
significance of a cross-validated score using permutations.
99
"""
1010

1111
# Authors: Alexandre Gramfort <alexandre.gramfort@inria.fr>

0 commit comments

Comments
 (0)
0