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_contextContext manager for global mlquantify configuration.
set_configSet global mlquantify configuration.
Examples
>>> import mlquantify >>> config = mlquantify.get_config() >>> config.keys() dict_keys(['prevalence_return_type', 'prevalence_normalization'])