Skip to content

Commit

Permalink
feat: ✨ return the figure
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Bury committed Apr 29, 2024
1 parent 6f550c8 commit 33469b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/arfs/feature_selection/variable_importance.py
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ def plot_importance(
ax2.set(frame_on=False)

fig.align_labels()
plt.show()
return fig


def _compute_varimp_lgb(
Expand Down

0 comments on commit 33469b7

Please sign in to comment.