General Performance Evaluation Metrics#
Module containing functions to calculate common performance metrics.
Functions#
|
Compute precision, recall and F1-score. |
|
Compute the precision. |
|
Compute the recall. |
|
Compute the specificity. |
|
Compute the specificity. |
|
Compute the negative predictive value (NPV). |
|
Compute the F1 score, also known as balanced F-score or F-measure. |