Open
Description
In #91, I added an incorrect implementation of MMI.predict
for classifiers. This allowed me to finish the pipeline, do cross validation, add additional tests, etc.
But we should fix the implementation of MMI.predict
before we register the package.
Basically, we need a method MMI.predict
that outputs a Vector{UnivariateFinite}
.