The best score of each team has a bold symbol.
plot_history(
history,
metric,
test_name = "quiz",
baseline = "baseline",
col = 1:length(history),
pch = rep(21:25, 100),
by = 0.05,
xlab = "Date",
ylab = "Score",
bty = "l",
fg = "darkslategray",
col.axis = fg,
col.lab = fg,
text.col = fg,
...
)
list of the submissions history per team as returned by compute_metrics
string. name of the metric considered
string. name of the test set used: "quiz"
or "test"
string. name of the team considered as the baseline. Its best score will be plotted as a constant and will not appear in the legend.
colors of the teams
symbols of the teams
real. interval width of grid lines
axis labels. see title
.
graphical parameters. see par
.
the color used for the legend text. see legend
.
further parameters passed to plot
function.
NULL