Compute metrics of the submissions in the history.
compute_metrics(hist_dir = "history", metrics, y_test, ind_quiz, read_fun)
hist_dir | string. directory where the history of the submissions are stored. contains one subdirectory per team. |
---|---|
metrics | named list of functions. Each function in the list computes
a performance criterion and is defined as: |
y_test | character or numeric vector. the test set output. |
ind_quiz | indices of |
read_fun | function that reads a submission file and returns a vector of predictions. |
compute_metrics
returns a named list with one named member per team.
Each member is a data.frame
where the rows are the submission files sorted by date
and the columns are:
the date of the submission
the file name of the submission
the score obtained on the quiz subset
the score obtained on the test set