SEC.ModelFactory

Contents

SEC.ModelFactory#

SEC.ModelFactory.py

create_model(model_name, **kwargs)#

Create a model based on the model name.

Parameters:
  • model_name (str) – The name of the model to create.

  • kwargs (dict) – Additional parameters to pass to the model constructor.

Returns:

model – The created model object.

Return type:

object