cpdflow.graph.remove

remove(config: dict, model_names: list, space_types: list, backward_steps: list, log_format: str)[source]

Remove steps.

Parameters:
  • config (dict) – configuration dictionary

  • model_names (list[str]) – model names

  • space_types (list[str]) – development or production

  • backward_steps (list[str]) – backward steps to run

  • log_format (str) – log format for this method