Retrieve the current scikit-learn configuration.
This reflects the effective global configurations as established by default upon library import, or modified via set_config
or config_context
.
Keys are parameter names that can be passed to set_config
.
See also
config_context
Context manager for global scikit-learn configuration.
set_config
Set global scikit-learn configuration.
Examples
>>> import sklearn >>> config = sklearn.get_config() >>> config.keys() dict_keys([...])
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4