Skip to main content

Create Model

@validate_call
def create_model(model_name: str) -> Model

Create a model and add it to the CausaDB system.

Arguments:

  • model_name str - The name of the model.

Returns:

  • Model - The model object.