piel.models.frequency.utils#

Module Contents#

Functions#

compose_custom_model_library_from_defaults(→ dict)

Compose the default models with the custom models.

compose_custom_model_library_from_defaults(custom_models: dict) dict[source]#

Compose the default models with the custom models.

Parameters:

custom_models (dict) – Custom models dictionary.

Returns:

Composed models dictionary.

Return type:

dict