New evaluator added to compute confusion matrix (https://en.wikipedia.org/wiki/Confusion_matrix)
0.2.13
Issue fix for MAPK. Top-K predictions were not ordered which resulted to incorrect computation of mapk
0.2.12
Added the following metrics relevant to image retrieval: Recallk, Precisionk, Mean Average Precisionk, Precision-Recall Curve
0.2.11
Fix bug: when category ids are not continuous and the prediction / label is tuple instead of list, vision-evaluation throws an exception when attempting to make category ids continuous.
0.2.10
Update:
1. Adding support for indices predictions for prediction filter 2. Adding MeanLpError evaluator