mxnet.metric¶
Online evaluation metric module.
Metrics¶
|
Computes accuracy classification score. |
|
Dummy metric for caffe criterions. |
|
Manages multiple evaluation metrics. |
|
Computes Cross Entropy loss. |
|
Computes a customized evaluation metric. |
|
Base class for all evaluation metrics. |
|
Computes the F1 score of a binary classification problem. |
|
Dummy metric for directly printing loss. |
|
Computes Mean Absolute Error (MAE) loss. |
|
Computes the Matthews Correlation Coefficient of a binary classification problem. |
|
Computes Mean Squared Error (MSE) loss. |
|
Computes the negative log-likelihood loss. |
|
Computes Pearson correlation. |
|
Computes perplexity. |
|
Computes Root Mean Squred Error (RMSE) loss. |
|
Computes top k predictions accuracy. |
|
Dummy metric for torch criterions. |
Helper functions¶
|
Helper function for checking shape of label and prediction |
|
Creates evaluation metric from metric names or instances of EvalMetric or a custom metric function. |
|
Creates a custom evaluation metric that receives its inputs as numpy arrays. |