Metrics#
The imblearn.metrics
module includes score functions, performance
metrics and pairwise metrics and distance computations.
Classification metrics#
See the Metrics section of the user guide for further details.
|
Build a classification report based on metrics used with imbalanced dataset. |
|
Compute sensitivity, specificity, and support for each class. |
|
Compute the sensitivity. |
|
Compute the specificity. |
|
Compute the geometric mean. |
|
Compute Macro-Averaged MAE for imbalanced ordinal classification. |
|
Balance any scoring function using the index balanced accuracy. |
Pairwise metrics#
See the Pairwise metrics section of the user guide for further details.
Metrics to perform pairwise computation.
|
Class implementing the Value Difference Metric. |