diff --git a/examples/plot_model_card.py b/examples/plot_model_card.py index ca6c57a6..445dfecb 100644 --- a/examples/plot_model_card.py +++ b/examples/plot_model_card.py @@ -158,7 +158,7 @@ model_card.add_permutation_importances( importances, X_test.columns, - plot_file=Path(local_repo) / "importance.png", + plot_file="importance.png", plot_name="Permutation Importance", )