evalml.pipelines.PipelineBase.plot¶
-
pipelines.PipelineBase.
plot
(to_file=None)¶ Create a graph of the pipeline, in a format similar to a UML diagram.
- Parameters
to_file (str, optional) – Path to where the plot should be saved. If set to None (as by default), the plot will not be saved.
- Returns
Graph object that can directly be displayed in Jupyter notebooks.
- Return type
graphviz.Digraph