evalml.pipelines.LogisticRegressionPipeline.graph¶
- 
LogisticRegressionPipeline.graph(filepath=None)¶
- Generate an image representing the pipeline graph - Parameters
- filepath (str, optional) – Path to where the graph should be saved. If set to None (as by default), the graph will not be saved. 
- Returns
- Graph object that can be directly displayed in Jupyter notebooks. 
- Return type
- graphviz.Digraph