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 c0a3255 commit 0c42280Copy full SHA for 0c42280
examples/regression/2-advanced-analysis/plot_nested-cv.py
@@ -26,7 +26,7 @@
26
*out-of-fold* models and *P* the number of parameter search cross-validations,
27
versus :math:`N + P` for the non-nested approach.
28
29
-Here, we compare the two strategies on the Boston dataset. We use the Random
+Here, we compare the two strategies on a toy dataset. We use the Random
30
Forest Regressor as a base regressor for the CV+ strategy. For the sake of
31
light computation, we adopt a RandomizedSearchCV parameter search strategy
32
with a low number of iterations and with a reproducible random state.
0 commit comments