Skip to content

Commit 8392e92

Browse files
authored
DOC include note for searching for optimal parameters with successive halving (scikit-learn#25645)
1 parent 3a25c38 commit 8392e92

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/modules/grid_search.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,11 @@ iteration, which will be allocated more resources. For parameter tuning, the
188188
resource is typically the number of training samples, but it can also be an
189189
arbitrary numeric parameter such as `n_estimators` in a random forest.
190190

191+
.. note::
192+
193+
The resource increase chosen should be large enough so that a large improvement
194+
in scores is obtained when taking into account statistical significance.
195+
191196
As illustrated in the figure below, only a subset of candidates
192197
'survive' until the last iteration. These are the candidates that have
193198
consistently ranked among the top-scoring candidates across all iterations.

0 commit comments

Comments
 (0)