We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a116a4 commit 1b5112cCopy full SHA for 1b5112c
sklearn/datasets/_base.py
@@ -71,6 +71,7 @@ def get_data_home(data_home=None, *, use_default_location="deprecated") -> str:
71
The path to scikit-learn data directory. If `None`, the default path
72
is determined by the operating system's standard cache directory.
73
use_default_location : bool or "deprecated", default="deprecated"
74
+ Whether to use the old default location at ~/scikit_learn_data.
75
.. deprecated:: 1.5
76
The parameter `use_default_location=True` is deprecated in 1.5 and will be
77
removed in 1.7. The new default paths are:
0 commit comments