piel.models.frequency.utils# Functions# compose_custom_model_library_from_defaults(→ dict) Compose the default models with the custom models. Module Contents# compose_custom_model_library_from_defaults(custom_models: dict, *args, **kwargs) → dict[source]# Compose the default models with the custom models. Parameters: custom_models (dict) – Custom models dictionary. Returns: Composed models dictionary. Return type: dict