Skip to content

Commit 1b5112c

Browse files
committed
update
1 parent 4a116a4 commit 1b5112c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sklearn/datasets/_base.py

+1
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ def get_data_home(data_home=None, *, use_default_location="deprecated") -> str:
7171
The path to scikit-learn data directory. If `None`, the default path
7272
is determined by the operating system's standard cache directory.
7373
use_default_location : bool or "deprecated", default="deprecated"
74+
Whether to use the old default location at ~/scikit_learn_data.
7475
.. deprecated:: 1.5
7576
The parameter `use_default_location=True` is deprecated in 1.5 and will be
7677
removed in 1.7. The new default paths are:

0 commit comments

Comments
 (0)