8000 Update cross_validation.rst · scikit-learn/scikit-learn@d4447e7 · GitHub
[go: up one dir, main page]

Skip to content

Commit d4447e7

Browse files
committed
Update cross_validation.rst
Minor typo fixes.
1 parent d82cf06 commit d4447e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/modules/cross_validation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ where the number of samples is very small.
9393
Computing cross-validated metrics
9494
=================================
9595

96-
The simplest way to use perform cross-validation in to call the
96+
The simplest way to use cross-validation is to call the
9797
:func:`cross_val_score` helper function on the estimator and the dataset.
9898

9999
The following example demonstrates how to estimate the accuracy of a linear

0 commit comments

Comments
 (0)
0