Boteval / compare-classifiers

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

Add warning for when the set of tags in the test tagging has less or more tags than the gold set #1

Open matanox opened 7 years ago

matanox commented 7 years ago

Add a console warning, for when the set of tags used in a given test tagging, is not the same as the set of tags reflected in the gold tagging. The warning should say what is the difference between the sets (preferably in a very concise way).

If an allowed set of tags is provided in the mapping configuration file, the set of gold tags for this purpose should be considered as that set. We can call it very generally, the effective set of tags of the evaluation, and the warning message should explain how this set was obtained (i.e. implicitly or explicitly from the provided mapping file).