JuliaStats / MLBase.jl

A set of functions to support the development of machine learning algorithms
MIT License
185 stars 63 forks source link

Fix confusmat error described in issue #35 #46

Open asbisen opened 6 years ago

asbisen commented 6 years ago

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.

BMasinde commented 4 years ago

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

Mrinalini97 commented 4 years ago

i somehow still get the same issue even now,somehow