Metrics icon indicating copy to clipboard operation
Metrics copied to clipboard

Update metrics. R

Open theiling opened this issue 9 years ago • 0 comments

Corrected rare case, where metrics fails and gives "NaN".. Happens in case of perfect match and both expected.mat and confusion.mat only have one nonzero entry. (Example where the metric fails: rater.a = c(2, 2, 2, 2, 2, 2) rater.b = c(2, 2, 2, 2, 2, 2)) Help by Stephen McInerney in Kaggle forum

theiling avatar Jun 07 '15 08:06 theiling