5.2. Metrics and scoring: quantifing the performance of a quantifier#
The measures implemented in this module are shown in the book Learning to Quantifier, and can be listed as follows:
measure |
abbreviation |
First proposed for quantification |
Return type |
---|---|---|---|
ae |
– |
array-like |
|
mae |
float |
||
nae |
float |
||
rae |
float |
||
nrae |
float |
||
se |
float |
||
mse |
– |
float |
|
kld |
array-like |
||
nkld |
float |
Note
Return type
When inserting the measure in the scoring
parameter of GridSearchQ
or APP
classes, the name of the measure should be passed with its acronym, for example “mae” for mean_absolute_error
.