Skip to content

Commit

Permalink
Small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
agosiewska committed Feb 15, 2021
1 parent 9e21ed5 commit 5b51a9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/pdp_times.R
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ plot_flashlight <- eval(expr = parse(text=code_to_eval_flashlight))
plot_iml <- eval(expr = parse(text=code_to_eval_iml))
plot_pdp <- eval(expr = parse(text=code_to_eval_pdp))

png("figures/pdps2.png", height = 900, width = 1200, units="px")
png("figures/pdps.png", height = 900, width = 1200, units="px")
grid.arrange(plot_DALEX, plot_flashlight, plot_iml, plot_pdp, ncol = 2)
dev.off()

2 changes: 1 addition & 1 deletion scripts/shap_times.R
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,5 @@ plot_iml <- eval(expr = parse(text=code_to_eval_iml))
plot_shapper <- eval(expr = parse(text=code_to_eval_shapper))

png("figures/pdps2.png", height = 900, width = 1200, units="px")
grid.arrange(plot_DALEX, plot_flashlight, plot_iml, plot_pdp, ncol = 2)
grid.arrange(plot_DALEX, plot_fastshap, plot_iml, plot_shapper, ncol = 2)
dev.off()

0 comments on commit 5b51a9a

Please sign in to comment.