8000 DOC fix scipy broken link (#23697) · scikit-learn/scikit-learn@6db963c · GitHub
[go: up one dir, main page]

Skip to content

Commit 6db963c

Browse files
Iglesys347lesteve
andauthored
DOC fix scipy broken link (#23697)
Co-authored-by: Loïc Estève <loic.esteve@ymail.com>
1 parent 638d516 commit 6db963c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/modules/grid_search.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,8 @@ A continuous log-uniform random variable is available through
152152
:class:`~sklearn.utils.fixes.loguniform`. This is a continuous version of
153153
log-spaced parameters. For example to specify ``C`` above, ``loguniform(1,
154154
100)`` can be used instead of ``[1, 10, 100]`` or ``np.logspace(0, 2,
155-
num=1000)``. This is an alias to SciPy's `stats.reciprocal
156-
<https://docs.scipy.org/doc/scipy/reference/generated/scipy.stats.reciprocal.html>`_.
155+
num=1000)``. This is an alias to `scipy.stats.loguniform
156+
<https://docs.scipy.org/doc/scipy/reference/generated/scipy.stats.loguniform.html>`_.
157157

158158
Mirroring the example above in grid search, we can specify a continuous random
159159
variable that is log-uniformly distributed between ``1e0`` and ``1e3``::

0 commit comments

Comments
 (0)
0