Closed zhefan closed 2 years ago
You are right -- I think it should be that score_x[n][m]
is score on run n
on task m
around looking at the code here: https://github.com/google-research/rliable/blob/master/rliable/metrics.py#L92. Will fix.
Thanks for the clarification.
Hi, I wonder if the documentation in
probability_of_improvement
function in metrics.py is wrong? Specifically,Should
scores_x[n][m]
be the score on runn
of taskm
for algorithmX
?Thanks.