Closed alexmchan closed 2 years ago
oh geez. this will be an easy fix---I can make it for you asap, @alexmchan, unless you're already on it?
yet another reason that it will be exciting to do #71---plots shouldn't ask for more than they truly need/expect to plot. none of this evaluation_metrics_plot
behemoth nonsense.
I'm already mostly through this one. Thanks for the offer though!
Currently, if
votes
is not provided toLighthouse.evaluation_metrics_row
, it outputs a row withper_class_IRA_kappas
andmulticlass_IRA_kappas
fields defined asmissing
. If this is a multiclass result, then passing in such a row toevaluation_metrics_plot
fails because it doesn't expect these fields to exist when not dealing with multi-rater metrics.For example, for a 5 class
EvaluationRow
, it throws: