8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea52161 commit a358d7dCopy full SHA for a358d7d
sklearn/_config.py
@@ -36,6 +36,8 @@ def set_config(assume_finite=None, working_memory=None):
36
to this number of MiB (per job when parallelised), often saving both
37
computation time and memory on expensive operations that can be
38
performed in chunks. Global default: 1024.
39
+
40
+ .. versionadded:: 0.19
41
"""
42
if assume_finite is not None:
43
_global_config['assume_finite'] = assume_finite
0 commit comments