get_config#

mlquantify.get_config()[source]#

Retrieve the current mlquantify configuration.

Returns:
configdict

Keys are parameter names that can be passed to set_config.

See also

config_context

Context manager for global mlquantify configuration.

set_config

Set global mlquantify configuration.

Examples

>>> import mlquantify
>>> config = mlquantify.get_config()
>>> config.keys()
dict_keys(['prevalence_return_type', 'prevalence_normalization'])