evalml.pipelines.PipelineBase.graph_feature_importance¶
-
PipelineBase.
graph_feature_importance
(importance_threshold=0)[source]¶ Generate a bar graph of the pipeline’s feature importance
- Parameters
importance_threshold (float, optional) – If provided, graph features with a permutation importance whose absolute value is larger than importance_threshold. Defaults to zero.
- Returns
plotly.Figure, a bar graph showing features and their corresponding importance