-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
Document print_changed_only in sklearn.config_context #14426
Copy link
Copy link
Closed
Labels
DocumentationEasyWell-defined and straightforward way to resolveWell-defined and straightforward way to resolvegood first issueEasy with clear instructions to resolveEasy with clear instructions to resolvehelp wanted
Description
Document print_changed_only in sklearn.config_context
scikit-learn/sklearn/_config.py
Lines 75 to 91 in 3dc43a5
| @contextmanager | |
| def config_context(**new_config): | |
| """Context manager for global scikit-learn configuration | |
| Parameters | |
| ---------- | |
| assume_finite : bool, optional | |
| If True, validation for finiteness will be skipped, | |
| saving time, but leading to potential crashes. If | |
| False, validation for finiteness will be performed, | |
| avoiding error. Global default: False. | |
| working_memory : int, optional | |
| If set, scikit-learn will attempt to limit the size of temporary arrays | |
| to this number of MiB (per job when parallelised), often saving both | |
| computation time and memory on expensive operations that can be | |
| performed in chunks. Global default: 1024. |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
DocumentationEasyWell-defined and straightforward way to resolveWell-defined and straightforward way to resolvegood first issueEasy with clear instructions to resolveEasy with clear instructions to resolvehelp wanted