Boteval / compare-classifiers

A library for juxtaposing classification performance over a given dataset
Eclipse Public License 1.0
1 stars 0 forks source link

Crashes when labels aren't found #10

Open matanox opened 6 years ago

matanox commented 6 years ago

If a classification result set specified in the input mapping file is missing in the actual input file, we just crash on util.clj code. No upper-stream validation is taking place to provide an error in context.

org.boteval.nlueval.input.canonicalize/get-canonical-for-row/fn/fn  canonicalize.clj:   86
                                org.boteval.nlueval.util/as-double          util.clj:   23

This sucks.