Skip to content

Commit 9cbe1bb

Browse files
authored
DOC Evaluating estimator performance - grammar fix (scikit-learn#19419)
1 parent 8066086 commit 9cbe1bb

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
@@ -219,7 +219,7 @@ following keys -
219219
``['test_<scorer1_name>', 'test_<scorer2_name>', 'test_<scorer...>', 'fit_time', 'score_time']``
220220

221221
``return_train_score`` is set to ``False`` by default to save computation time.
222-
To evaluate the scores on the training set as well you need to be set to
222+
To evaluate the scores on the training set as well you need to set it to
223223
``True``.
224224

225225
You may also retain the estimator fitted on each training set by setting

0 commit comments

Comments
 (0)