We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85fb4da commit e54da92Copy full SHA for e54da92
sklearn/model_selection/_validation.py
@@ -287,8 +287,8 @@ def cross_validate(
287
set for each cv split.
288
``score_time``
289
The time for scoring the estimator on the test set for each
290
- cv split. (Note time for scoring on the train set is not
291
- included even if ``return_train_score`` is set to ``True``
+ cv split. (Note: time for scoring on the train set is not
+ included even if ``return_train_score`` is set to ``True``).
292
``estimator``
293
The estimator objects for each cv split.
294
This is available only if ``return_estimator`` parameter
0 commit comments