summaryrefslogtreecommitdiff
path: root/images/insurance_mae.R
blob: 9b0341bfb6e838623952bebfa1e94c648f41f7a9 (plain)
1
2
3
4
5
#!/usr/bin/env Rscript
source (sprintf ("%s/images/laps3l_graph_code.R", Sys.getenv ("ABS_TOP_SRCDIR")))
plot <- plot_tuning ("mae", "insurance")
filename <- Sys.getenv ("OUTPUT")
ggplot2::ggsave (filename, plot, device = "svg", width = 6, height = 3)