Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c09c654

Browse filesBrowse files
DOC Fix typo in common_pitfalls.rst (scikit-learn#19867)
1 parent e56d76a commit c09c654
Copy full SHA for c09c654

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎doc/common_pitfalls.rst

Copy file name to clipboardExpand all lines: doc/common_pitfalls.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ preformance by letting the estimator use a different RNG on each fold. This
564564
is done by passing a `RandomState` instance (or `None`) to the estimator
565565
initialization.
566566

567-
When we pass an integer, the estimator will use the same RNG on each fold: if
567+
When we pass an integer, the estimator will use the same RNG on each fold:
568568
if the estimator performs well (or bad), as evaluated by CV, it might just be
569569
because we got lucky (or unlucky) with that specific seed. Passing instances
570570
leads to more robust CV results, and makes the comparison between various

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.