optunity icon indicating copy to clipboard operation
optunity copied to clipboard

Brier and log loss are currently not multiclass compatible

Open claesenm opened this issue 9 years ago • 0 comments

Typically these loss functions are compatible with multiclass problems. To make this work, we would need to provide a more generic interface (or require preprocessing on the user end).

I'm currently leaning towards preprocessing on the user's end, e.g. have users select the predicted probability of the correct class prior to calling brier() or logloss().

claesenm avatar Nov 23 '14 13:11 claesenm