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 e56d76a commit c09c654Copy full SHA for c09c654
doc/common_pitfalls.rst
@@ -564,7 +564,7 @@ preformance by letting the estimator use a different RNG on each fold. This
564
is done by passing a `RandomState` instance (or `None`) to the estimator
565
initialization.
566
567
-When we pass an integer, the estimator will use the same RNG on each fold: if
+When we pass an integer, the estimator will use the same RNG on each fold:
568
if the estimator performs well (or bad), as evaluated by CV, it might just be
569
because we got lucky (or unlucky) with that specific seed. Passing instances
570
leads to more robust CV results, and makes the comparison between various
0 commit comments