Skip to content

Commit

Permalink
iter
Browse files Browse the repository at this point in the history
  • Loading branch information
glemaitre committed Jan 3, 2025
1 parent ce4811c commit 8609881
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion examples/model_evaluation/plot_estimator_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,11 @@
#
# Since we obtain a pandas dataframe, we can also use the plotting interface of
# pandas.
import matplotlib.pyplot as plt

ax = metric_report.T.plot.barh()
_ = ax.set_title("Metrics report")
ax.set_title("Metrics report")
plt.tight_layout()

# %%
#
Expand Down

0 comments on commit 8609881

Please sign in to comment.