8000 DOC fix link to joblib.Memory (#23664) · scikit-learn/scikit-learn@858e44e · GitHub
[go: up one dir, main page]

Skip to content

Commit 858e44e

Browse files
authored
DOC fix link to joblib.Memory (#23664)
1 parent ada2f6b commit 858e44e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/modules/compose.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ each configuration.
202202

203203
The parameter ``memory`` is needed in order to cache the transformers.
204204
``memory`` can be either a string containing the directory where to cache the
205-
transformers or a `joblib.Memory <https://pythonhosted.org/joblib/memory.html>`_
205+
transformers or a `joblib.Memory <https://joblib.readthedocs.io/en/latest/memory.html>`_
206206
object::
207207

208208
>>> from tempfile import mkdtemp

0 commit comments

Comments
 (0)
0