Skip to content

Commit

Permalink
Fix analysis results residuals_sampling
Browse files Browse the repository at this point in the history
  • Loading branch information
achamma723 committed Jul 19, 2024
1 parent 60e9955 commit be8d697
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions examples/plot_residuals_sampling.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,3 +228,10 @@ def compute_simulations(seed):
axs[1].set_title("Type-I Error")
axs[1].axvline(x=0.05, color="r", label="Nominal Rate")
plt.show()

#############################################################################
# Analysis of the results
# -----------------------
# We can observe that the sampling approaches'performance is almost similar to
# that of the residuals. Sampling accelerates the conditional importance
# computation by simplifying the residuals steps.

0 comments on commit be8d697

Please sign in to comment.