From 9d82a23581b3c2de0600879054a6a1469fed6187 Mon Sep 17 00:00:00 2001 From: Peter Dye Date: Tue, 9 Feb 2021 21:10:55 -0500 Subject: [PATCH] grammar fix --- doc/modules/cross_validation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/modules/cross_validation.rst b/doc/modules/cross_validation.rst index 6b0da4c23cf7b..ae3d38f168f3f 100644 --- a/doc/modules/cross_validation.rst +++ b/doc/modules/cross_validation.rst @@ -219,7 +219,7 @@ following keys - ``['test_', 'test_', 'test_', 'fit_time', 'score_time']`` ``return_train_score`` is set to ``False`` by default to save computation time. -To evaluate the scores on the training set as well you need to be set to +To evaluate the scores on the training set as well you need to set it to ``True``. You may also retain the estimator fitted on each training set by setting