metrics_utils#
Module containing metrics utils.
Members
|
Get scorers list according to model object and label column. |
|
Get dict of metric name to tensor of classes scores, and convert it to dataframe. |
Calculate average precision and recall for object detection. |
|
Abstract class to calculate average precision and recall for various vision tasks. |
|
Calculate the TP, FP, FN and runs an evaluating function on the result. |
|
Abstract class to calculate the TP, FP, FN and runs an evaluating function on the result. |
|
Scorer that runs a custom metric for the vision classification task. |
|
Abstract class for defining custom metrics. |