evalml.pipelines.BaselineMulticlassPipeline.graph_feature_importance¶
-
BaselineMulticlassPipeline.
graph_feature_importance
(show_all_features=False)¶ 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