evalml.pipelines.PipelineBase.feature_importance_graph¶
-
PipelineBase.
feature_importance_graph
(show_all_features=False)[source]¶ Generate a bar graph of the pipeline’s feature importances
- 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 importances