Skip to content

Commit

Permalink
Fixes deprecation warning from matplotlib
Browse files Browse the repository at this point in the history
  • Loading branch information
lazarust committed May 25, 2024
1 parent 3739f1f commit ce11bf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skops/card/_model_card.py
Original file line number Diff line number Diff line change
Expand Up @@ -1227,7 +1227,7 @@ def add_permutation_importances(
_, ax = plt.subplots()
ax.boxplot(
x=permutation_importances.importances[sorted_importances_idx].T,
labels=columns[sorted_importances_idx],
tick_labels=columns[sorted_importances_idx],
vert=False,
)
ax.set_title(plot_name)
Expand Down

0 comments on commit ce11bf0

Please sign in to comment.