model_module#

wip.modules.model_module.format_key(key)[source]#
wip.modules.model_module.format_value(value)[source]#
wip.modules.model_module.params_to_str(params: dict, exclude: List[str] | str | None = None) str[source]#

Convert a dictionary to string.

Function

Parameters
  • params (dict) – Dictionary to convert.

  • exclude (List[str] | str | None, optional) – Keys to exclude from the string conversion. When None (default), excludes keys: "random_state", "seed".

Returns

Dictionary converted to string. Keys are separated by ;.

Return type

str