yamle.models package#

yamle.models.model_factory(model_type=None)[source]#

This function is used to return a model instance based on the model type.

Parameters:

model_type (str) – The type of model to create.

Return type:

Type[Module]

Submodules#