Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit de38166

Browse files
authored
Fix typo in cross-validation definition (#32890)
1 parent 7f0900c commit de38166

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/glossary.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ General Concepts
231231
cross validation
232232
A resampling method that iteratively partitions data into mutually
233233
exclusive 'train' and 'test' subsets so model performance can be
234-
evaluated on unseen data. This conserves data as avoids the need to hold
234+
evaluated on unseen data. This conserves data as it avoids the need to hold
235235
out a 'validation' dataset and accounts for variability as multiple
236236
rounds of cross validation are generally performed.
237237
See :ref:`User Guide <cross_validation>` for more details.

0 commit comments

Comments
 (0)