cpdflow.wml.wml.check_model_stored

check_model_stored(config: dict, model_name: str, log_format: str) bool[source]

Check if model exists in project space.

Parameters:
  • config (dict) – configuration dictionary

  • model_name (str) – model name

  • log_format (str) – log format for this method

Returns:

True if model exists in project space, otherwise False

Return type:

bool