Closed desilinguist closed 5 years ago
Right now, SKLL's kappa implementation only works with string labels and predictions. There's no reason why unweighted kappas should not be computed for string categories.
kappa
This is actually not a bug since apps are computed with the underlying class indices rather than class labels directly.
Right now, SKLL's
kappa
implementation only works with string labels and predictions. There's no reason why unweighted kappas should not be computed for string categories.