8000 remove train_score from doctest · scikit-learn/scikit-learn@2042ded · GitHub
[go: up one dir, main page]

Skip to content

Commit 2042ded

Browse files
committed
remove train_score from doctest
1 parent 1d9b6bb commit 2042ded

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
@@ -231,7 +231,7 @@ Here is an example of ``cross_validate`` using a single metric::
231231
... scoring='precision_macro', cv=5,
232232
... return_estimator=True)
233233
>>> sorted(scores.keys())
234-
['estimator', 'fit_time', 'score_time', 'test_score', 'train_score']
234+
['estimator', 'fit_time', 'score_time', 'test_score']
235235

236236

237237
Obtaining predictions by cross-validation

0 commit comments

Comments
 (0)
0