evalml.pipelines.PipelineBase.graph_feature_importance¶
- 
PipelineBase.graph_feature_importance(show_all_features=False)[source]¶ Generate a bar graph of the pipeline’s feature importance
- Parameters
 show_all_features (bool, optional) – If true, graph features with an importance value of zero. Defaults to false.
- Returns
 plotly.Figure, a bar graph showing features and their corresponding importance