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