MLBase.jl icon indicating copy to clipboard operation
MLBase.jl copied to clipboard

Fix confusmat error described in issue #35

Open asbisen opened this issue 6 years ago • 2 comments

This fix changes the interface to confusmat from

confusmat(k::Integer, gts::IntegerVector, preds::IntegerVector)

to

function confusmat(gts::IntegerVector, preds::IntegerVector)

here k is calculated automatically.

asbisen avatar Sep 04 '18 04:09 asbisen

It would be nice if this pull request was merged with master.

BMasinde avatar Jun 23 '20 13:06 BMasinde

i somehow still get the same issue even now,somehow

Mrinalini97 avatar Aug 10 '20 11:08 Mrinalini97